FwStandardDataFwCustomValue class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

FwStandardDataFwCustomValue({String? fieldName, String? fieldValue, String? fieldType})
FwStandardDataFwCustomValue.fromJson(Map<String, dynamic> json)
factory

Properties

fieldName String?
final
fieldType String?
final
fieldValue String?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? fieldName, String? fieldValue, String? fieldType}) FwStandardDataFwCustomValue

Available on FwStandardDataFwCustomValue, provided by the $FwStandardDataFwCustomValueExtension extension

copyWithWrapped({Wrapped<String?>? fieldName, Wrapped<String?>? fieldValue, Wrapped<String?>? fieldType}) FwStandardDataFwCustomValue

Available on FwStandardDataFwCustomValue, provided by the $FwStandardDataFwCustomValueExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const FwStandardDataFwCustomValue Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(FwStandardDataFwCustomValue instance)