Flutter
vm_service
LibraryRef
LibraryRef constructor
LibraryRef
LibraryRef
constructor
Null safety
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
Constructors
LibraryRef
Properties
fixedId
hashCode
id
json
name
runtimeType
type
uri
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
parse