PayStubDeductionsTotal class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PayStubDeductionsTotal({required double? currentAmount, required String? isoCurrencyCode, required String? unofficialCurrencyCode, required double? ytdAmount})
-
PayStubDeductionsTotal.fromJson(Map<
String, dynamic> json) -
factory
Properties
- currentAmount → double?
-
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
- ytdAmount → double?
-
final
Methods
-
copyWith(
{double? currentAmount, String? isoCurrencyCode, String? unofficialCurrencyCode, double? ytdAmount}) → PayStubDeductionsTotal -
Available on PayStubDeductionsTotal, provided by the $PayStubDeductionsTotalExtension extension
-
copyWithWrapped(
{Wrapped< double?> ? currentAmount, Wrapped<String?> ? isoCurrencyCode, Wrapped<String?> ? unofficialCurrencyCode, Wrapped<double?> ? ytdAmount}) → PayStubDeductionsTotal -
Available on PayStubDeductionsTotal, provided by the $PayStubDeductionsTotalExtension 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 PayStubDeductionsTotal Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PayStubDeductionsTotal instance)