id property
int?
get
id
The unique id of this document.
Returns null
if the id is unknown.
Implementation
int? get id => _id;
The unique id of this document.
Returns null
if the id is unknown.
int? get id => _id;