schema property

  1. @override
CollectionSchema<OBJ> get schema
override

Get the schema of the collection.

Implementation

@override
CollectionSchema<OBJ> get schema => _isarCollection.schema;