id property
String?
get
id
The id of the resource
Implementation
String? get id => json[Resource.idField.name].stringValue;
The id of the resource
String? get id => json[Resource.idField.name].stringValue;