CustomerRequestFieldValueDTO class
Constructors
-
CustomerRequestFieldValueDTO({String? fieldId, String? label, Map<
String, dynamic> ? renderedValue, dynamic value}) -
CustomerRequestFieldValueDTO.fromJson(Map<
String, Object?> json) -
factory
Properties
- fieldId → String?
-
ID of the field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → String?
-
Text label for the field.
final
-
renderedValue
→ Map<
String, dynamic> ? -
Value of the field rendered in the UI.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → dynamic
-
Value of the field.
final
Methods
-
copyWith(
{String? fieldId, String? label, Map< String, dynamic> ? renderedValue, dynamic value}) → CustomerRequestFieldValueDTO -
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