FieldModel class Null safety
Constructors
- FieldModel(FieldElement fld, ImportModel imports, CodgenConfig cfg)
Properties
- assertNotNull → String
-
read-only
- cfg → CodgenConfig
-
final
- constructorArgFromCopyWith → String
-
read-only
- constructorArgFromFactory → String
-
read-only
- constructorParam → String
-
read-only
- copyWithParam → String
-
read-only
- declaration → String
-
read-only
- factoryParam → String
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name → String
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- toStringField → String
-
read-only
- type → TypeModel
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited