CurrencyFormat class

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

Constructors

CurrencyFormat({required String isoCode, required String exampleFormat, required int decimalDigits, required String decimalSeparator, required bool symbolFirst, required String groupSeparator, required String currencySymbol, required bool displaySymbol})
CurrencyFormat.fromJson(Map<String, dynamic> json)
factory

Properties

currencySymbol String
final
decimalDigits int
final
decimalSeparator String
final
displaySymbol bool
final
exampleFormat String
final
groupSeparator String
final
hashCode int
The hash code for this object.
no setteroverride
isoCode String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbolFirst bool
final

Methods

copyWith({String? isoCode, String? exampleFormat, int? decimalDigits, String? decimalSeparator, bool? symbolFirst, String? groupSeparator, String? currencySymbol, bool? displaySymbol}) CurrencyFormat

Available on CurrencyFormat, provided by the $CurrencyFormatExtension extension

copyWithWrapped({Wrapped<String>? isoCode, Wrapped<String>? exampleFormat, Wrapped<int>? decimalDigits, Wrapped<String>? decimalSeparator, Wrapped<bool>? symbolFirst, Wrapped<String>? groupSeparator, Wrapped<String>? currencySymbol, Wrapped<bool>? displaySymbol}) CurrencyFormat

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