SchemaType class

The schema type of a field

Constructors

SchemaType(String type, [String? targetClass])
Constructs field schema type
SchemaType.fromJson(dynamic map)
Constructs schema type using map data

Properties

asMap → dynamic
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetClass String?
The target class of field
final
type String
The type of field
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