FieldConfigurationItem class

A field within a field configuration.

Constructors

FieldConfigurationItem({String? description, required String id, bool? isHidden, bool? isRequired, String? renderer})
FieldConfigurationItem.fromJson(Map<String, Object?> json)
factory

Properties

description String?
The description of the field within the field configuration.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The ID of the field within the field configuration.
final
isHidden bool
Whether the field is hidden in the field configuration.
final
isRequired bool
Whether the field is required in the field configuration.
final
renderer String?
The renderer type for the field within the field configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? description, String? id, bool? isHidden, bool? isRequired, String? renderer}) FieldConfigurationItem
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