id property

int? id

The unique id of this document. Returns null if the id is unknown.

Implementation

int? get id => _id;