NetPay class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

NetPay({double? currentAmount, String? description, String? isoCurrencyCode, String? unofficialCurrencyCode, double? ytdAmount, Total? total})
NetPay.fromJson(Map<String, dynamic> json)
factory

Properties

currentAmount double?
final
description String?
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
total Total?
final
unofficialCurrencyCode String?
final
ytdAmount double?
final

Methods

copyWith({double? currentAmount, String? description, String? isoCurrencyCode, String? unofficialCurrencyCode, double? ytdAmount, Total? total}) NetPay

Available on NetPay, provided by the $NetPayExtension extension

copyWithWrapped({Wrapped<double?>? currentAmount, Wrapped<String?>? description, Wrapped<String?>? isoCurrencyCode, Wrapped<String?>? unofficialCurrencyCode, Wrapped<double?>? ytdAmount, Wrapped<Total?>? total}) NetPay

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