objectId property

String? objectId

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

Implementation

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