ClientSettings class

ClientSettings class

Annotations
  • @freezed

Constructors

ClientSettings({@Default('') @JsonKey(name: 'currency_id') String? currencyId, @Default('') @JsonKey(name: 'language_id') String? languageId})
ClientSettings factory constructor
factory
ClientSettings.fromJson(Map<String, dynamic> json)
Create a ClientSettings from JSON
factory

Properties

copyWith → $ClientSettingsCopyWith<ClientSettings>
no setterinherited
currencyId String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
languageId String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited