JsonTypeBean class
The schema of a field.
Constructors
Properties
-
configuration
→ Map<
String, dynamic> ? -
If the field is a custom field, the configuration of the field.
final
- custom → String?
-
If the field is a custom field, the URI of the field.
final
- customId → int?
-
If the field is a custom field, the custom ID of the field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- items → String?
-
When the data type is an array, the name of the field items within the
array.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- system → String?
-
If the field is a system field, the name of the field.
final
- type → String
-
The data type of the field.
final
Methods
-
copyWith(
{Map< String, dynamic> ? configuration, String? custom, int? customId, String? items, String? system, String? type}) → JsonTypeBean -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited