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