Embedded class

Inheritance

Constructors

Embedded(FieldElement fieldElement, String name, List<Field> fields, List<Embedded> embedded, bool isNullable)

Properties

classElement → ClassElement
no setter
embedded List<Embedded>
final
fieldElement → FieldElement
finalinherited
fields List<Field>
final
hashCode int
The hash code for this object.
no setteroverride
isNullable bool
final
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAllFields() List<Field>
Returns all fields including embedded objects fields
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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