type property
String?
get
type
The type of the referenced resource.
Implementation
String? get type => _json.getValue('type').stringValue;
The type of the referenced resource.
String? get type => _json.getValue('type').stringValue;