HistoricalBalance class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

HistoricalBalance({required DateTime date, required double current, required String? isoCurrencyCode, required String? unofficialCurrencyCode})
HistoricalBalance.fromJson(Map<String, dynamic> json)
factory

Properties

current double
final
date DateTime
final
hashCode int
The hash code for this object.
no setteroverride
isoCurrencyCode String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unofficialCurrencyCode String?
final

Methods

copyWith({DateTime? date, double? current, String? isoCurrencyCode, String? unofficialCurrencyCode}) HistoricalBalance

Available on HistoricalBalance, provided by the $HistoricalBalanceExtension extension

copyWithWrapped({Wrapped<DateTime>? date, Wrapped<double>? current, Wrapped<String?>? isoCurrencyCode, Wrapped<String?>? unofficialCurrencyCode}) HistoricalBalance

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