JsonSchemaForm class

Inheritance

Constructors

JsonSchemaForm(List<Field<Object>> fields)
JsonSchemaForm.fromJson(Map<String, dynamic> json)
factory

Properties

fields List<Field<Object>>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get<T>(String id) → T?
inherited
getFirstError() String?
inherited
isComplete() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String id, dynamic value) → dynamic
inherited
toMap() Map<String, Object?>
inherited
toString() String
A string representation of this object.
inherited

Operators

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