Flutter
vm_service
CodeRef
CodeRef constructor
CodeRef
CodeRef
constructor
Null safety
CodeRef
(
{
String
?
name
,
String
?
kind
,
required
String
id
}
)
Implementation
CodeRef({ this.name, this.kind, required String id, }) : super( id: id, );
Flutter
vm_service
CodeRef
CodeRef constructor
CodeRef class
Constructors
CodeRef
Properties
fixedId
hashCode
id
json
kind
name
runtimeType
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
parse