Field class

Constructors

Field.new({required String name, required ItemType type, required bool isRequired, required bool ignore, required bool includeIfNull, required bool nonFinal, String? unknownEnumValue, String? jsonKey})

Properties

hashCode int
The hash code for this object.
no setterinherited
ignore bool
final
includeIfNull bool
final
isRequired bool
final
name String
final
nonFinal bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serializedName String
final
type ItemType
final
unknownEnumValue String?
final

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