menu
Flutter
vm_service
LibraryRef
LibraryRef constructor
LibraryRef
brightness_4
brightness_5
LibraryRef
constructor
LibraryRef
(
{
String
?
name
,
String
?
uri
,
required
String
id
}
)
Implementation
LibraryRef({ this.name, this.uri, required String id, }) : super( id: id, );
Flutter
vm_service
LibraryRef
LibraryRef constructor
LibraryRef class