DetailedFieldType class

DetailedFieldType represents a detailed field type used for custom mandatory fields. Used with CustomClassRules. A field type (see FieldType for all fields) along with Alphabet type (see AlphabetType for all alphabets) is required.

Annotations
  • @JsonSerializable()

Constructors

DetailedFieldType()
DetailedFieldType.fromJson(Map<String, dynamic> json)
factory

Properties

alphabetType AlphabetType?
Alphabet type connected with the field type that will be optional for extraction for CustomClassRules. */
getter/setter pair
fieldType FieldType?
Field type that will be mandatory for extraction for CustomClassRules.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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