collectionId property
int
get
collectionId
The id of the collection this document belongs to
Implementation
int get collectionId => _snapshot['collection_id'] as int;
The id of the collection this document belongs to
int get collectionId => _snapshot['collection_id'] as int;