ModelFieldType class

Annotations
  • @immutable

Constructors

ModelFieldType(ModelFieldTypeEnum fieldType, {String? ofModelName, String? ofCustomTypeName})
const

Properties

fieldType ModelFieldTypeEnum
final
hashCode int
The hash code for this object.
no setteroverride
ofCustomTypeName String?
final
ofModelName String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

equals(Object other) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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