PaystubOverrideEmployeeAddress class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- PaystubOverrideEmployeeAddress({String? city, String? region, String? street, String? postalCode, String? country})
-
PaystubOverrideEmployeeAddress.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? city, String? region, String? street, String? postalCode, String? country}) → PaystubOverrideEmployeeAddress -
Available on PaystubOverrideEmployeeAddress, provided by the $PaystubOverrideEmployeeAddressExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? city, Wrapped<String?> ? region, Wrapped<String?> ? street, Wrapped<String?> ? postalCode, Wrapped<String?> ? country}) → PaystubOverrideEmployeeAddress -
Available on PaystubOverrideEmployeeAddress, provided by the $PaystubOverrideEmployeeAddressExtension 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 PaystubOverrideEmployeeAddress Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(PaystubOverrideEmployeeAddress instance)