PaystubDeduction class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PaystubDeduction({required String? type, required bool? isPretax, required double? total})
-
PaystubDeduction.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? type, bool? isPretax, double? total}) → PaystubDeduction -
Available on PaystubDeduction, provided by the $PaystubDeductionExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? type, Wrapped<bool?> ? isPretax, Wrapped<double?> ? total}) → PaystubDeduction -
Available on PaystubDeduction, provided by the $PaystubDeductionExtension 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 PaystubDeduction Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PaystubDeduction instance)