FwStandardDataFwTranslatedValue class

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

Constructors

FwStandardDataFwTranslatedValue({String? fieldName, String? translatedValue, String? untranslatedValue, bool? isTranslated, bool? userIsTranslating})
FwStandardDataFwTranslatedValue.fromJson(Map<String, dynamic> json)
factory

Properties

fieldName String?
final
hashCode int
The hash code for this object.
no setteroverride
isTranslated bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translatedValue String?
final
untranslatedValue String?
final
userIsTranslating bool?
final

Methods

copyWith({String? fieldName, String? translatedValue, String? untranslatedValue, bool? isTranslated, bool? userIsTranslating}) FwStandardDataFwTranslatedValue

Available on FwStandardDataFwTranslatedValue, provided by the $FwStandardDataFwTranslatedValueExtension extension

copyWithWrapped({Wrapped<String?>? fieldName, Wrapped<String?>? translatedValue, Wrapped<String?>? untranslatedValue, Wrapped<bool?>? isTranslated, Wrapped<bool?>? userIsTranslating}) FwStandardDataFwTranslatedValue

Available on FwStandardDataFwTranslatedValue, provided by the $FwStandardDataFwTranslatedValueExtension 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 FwStandardDataFwTranslatedValue Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(FwStandardDataFwTranslatedValue instance)