objectId property

String objectId

Accessor to the object id. An object id is assigned as soon as an object is saved to the server. The combination of a className and an objectId uniquely identifies an object in your application.

Implementation

String get objectId => _objectId;