objectId property
String?
get
objectId
Unique object identifier (for non-primitive values). (optional)
Implementation
String? get objectId => json['objectId'] as String?;
Unique object identifier (for non-primitive values). (optional)
String? get objectId => json['objectId'] as String?;