Embedded class

Annotation to nest objects of this type in collections.

Annotations
  • @Target({TargetKind.classType})

Constructors

Embedded({bool inheritance = true, Set<String> ignore = const {}})
Annotation to nest objects of this type in collections.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
ignore Set<String>
A list of properties or getter names that Isar should ignore.
final
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