IncomeVerificationPrecheckEmployer class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- IncomeVerificationPrecheckEmployer({String? name, IncomeVerificationPrecheckEmployerAddress? address, String? taxId, String? url})
-
IncomeVerificationPrecheckEmployer.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? name, IncomeVerificationPrecheckEmployerAddress? address, String? taxId, String? url}) → IncomeVerificationPrecheckEmployer -
Available on IncomeVerificationPrecheckEmployer, provided by the $IncomeVerificationPrecheckEmployerExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? name, Wrapped<IncomeVerificationPrecheckEmployerAddress?> ? address, Wrapped<String?> ? taxId, Wrapped<String?> ? url}) → IncomeVerificationPrecheckEmployer -
Available on IncomeVerificationPrecheckEmployer, provided by the $IncomeVerificationPrecheckEmployerExtension 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 IncomeVerificationPrecheckEmployer Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(IncomeVerificationPrecheckEmployer instance)