collection<ID, OBJ> abstract method

IsarCollection<ID, OBJ> collection<ID, OBJ>()

Get a collection by its type.

You should use the generated extension methods instead. A collection User can be accessed with isar.users.

Implementation

IsarCollection<ID, OBJ> collection<ID, OBJ>();