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