JsonField<T> class abstract base

Implemented types
Implementers

Constructors

JsonField(String name, {String? helper, bool isRequired = false, T? defaultValue})

Properties

defaultValue ↔ T
Default value for the field
getter/setter pair
error String?
Field message: error
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
helper String?
Helper text when the field is displayed in a form
getter/setter pair
information String?
Field message: information
getter/setter pair
isRequired bool
If this field is required or not
getter/setter pair
name String
Field name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
Type of the JsonField
getter/setter pair
value ↔ T
value getter
getter/setter pair
warning String?
Field message: warning
getter/setter pair

Methods

fromJSON(dynamic json) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() → dynamic
override
toString() String
Convert this field to String
override
validate() String?

Operators

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