TypedDataField class

A typed data field.

Constructors

TypedDataField({required String name, required String type})
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
name String
The field name.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type String
The type of the field.
final

Methods

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

Operators

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