objectId property

String? get objectId

Unique object identifier (for non-primitive values). (optional)

Implementation

String? get objectId => json['objectId'] as String?;