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