W2StateAndLocalWages class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
Properties
- employerStateIdNumber → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- localIncomeTax → String?
-
final
- localityName → String?
-
final
- localWagesTips → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → String?
-
final
- stateIncomeTax → String?
-
final
- stateWagesTips → String?
-
final
Methods
-
copyWith(
{String? state, String? employerStateIdNumber, String? stateWagesTips, String? stateIncomeTax, String? localWagesTips, String? localIncomeTax, String? localityName}) → W2StateAndLocalWages -
Available on W2StateAndLocalWages, provided by the $W2StateAndLocalWagesExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? state, Wrapped<String?> ? employerStateIdNumber, Wrapped<String?> ? stateWagesTips, Wrapped<String?> ? stateIncomeTax, Wrapped<String?> ? localWagesTips, Wrapped<String?> ? localIncomeTax, Wrapped<String?> ? localityName}) → W2StateAndLocalWages -
Available on W2StateAndLocalWages, provided by the $W2StateAndLocalWagesExtension 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 W2StateAndLocalWages Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(W2StateAndLocalWages instance)