Collection class

Annotation to create an Isar collection.

Annotations
  • @Target({TargetKind.classType})

Constructors

Collection({bool inheritance = true, String? accessor})
Annotation to create an Isar collection.
const

Properties

accessor String?
Allows you to override the default collection accessor.
final
hashCode int
The hash code for this object.
no setterinherited
inheritance bool
Should properties and accessors of parent classes and mixins be included?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited