JsonSchemaState class
Constructors
-
JsonSchemaState({@required JsonSchema dataSchema, @required Map<String, dynamic> layout, @required Map<String, dynamic> data, @required String submitData })
-
-
JsonSchemaState.initial()
-
factory
Properties
-
data
→ Map<String, dynamic>
-
final
-
dataSchema
→ JsonSchema
-
final
-
layout
→ Map<String, dynamic>
-
final
-
props
→ List<Object>
-
The
List
of props
(properties) which will be used to determine whether
two Equatables
are equal.
read-only
-
submitData
→ String
-
final
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
copyWith({JsonSchema dataSchema, Map<String, dynamic> layout, Map<String, dynamic> data, String submitData })
→ JsonSchemaState
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
Operators
-
operator ==(Object other)
→ bool
-
The equality operator. [...]
inherited