id property

int? get id

ID of the referenced collection.

Returns null if this collection is not available on the server. It might not have been created yet, or has been deleted.

Implementation

int? get id => _id;