PaystubDetails class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PaystubDetails({DateTime? payPeriodStartDate, DateTime? payPeriodEndDate, DateTime? payDate, String? paystubProvider, PaystubPayFrequency? payFrequency})
-
PaystubDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- payDate → DateTime?
-
final
- payFrequency → PaystubPayFrequency?
-
final
- payPeriodEndDate → DateTime?
-
final
- payPeriodStartDate → DateTime?
-
final
- paystubProvider → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{DateTime? payPeriodStartDate, DateTime? payPeriodEndDate, DateTime? payDate, String? paystubProvider, PaystubPayFrequency? payFrequency}) → PaystubDetails -
Available on PaystubDetails, provided by the $PaystubDetailsExtension extension
-
copyWithWrapped(
{Wrapped< DateTime?> ? payPeriodStartDate, Wrapped<DateTime?> ? payPeriodEndDate, Wrapped<DateTime?> ? payDate, Wrapped<String?> ? paystubProvider, Wrapped<PaystubPayFrequency?> ? payFrequency}) → PaystubDetails -
Available on PaystubDetails, provided by the $PaystubDetailsExtension 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 PaystubDetails Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PaystubDetails instance)