TypeDefComposite class
A composite type, consisting of either named (struct) or unnamed (tuple struct) fields
Constructors
-
TypeDefComposite.new({required List<
Field> fields}) -
Creates a new struct definition with named fields.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
typeDependencies(
) → Set< int> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- codec → const $TypeDefCodec