CreditPayStubEarnings class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
CreditPayStubEarnings({required List<
PayStubEarningsBreakdown> breakdown, required PayStubEarningsTotal total}) -
CreditPayStubEarnings.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
breakdown
→ List<
PayStubEarningsBreakdown> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- total → PayStubEarningsTotal
-
final
Methods
-
copyWith(
{List< PayStubEarningsBreakdown> ? breakdown, PayStubEarningsTotal? total}) → CreditPayStubEarnings -
Available on CreditPayStubEarnings, provided by the $CreditPayStubEarningsExtension extension
-
copyWithWrapped(
{Wrapped< List< ? breakdown, Wrapped<PayStubEarningsBreakdown> >PayStubEarningsTotal> ? total}) → CreditPayStubEarnings -
Available on CreditPayStubEarnings, provided by the $CreditPayStubEarningsExtension 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 CreditPayStubEarnings Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(CreditPayStubEarnings instance)