Taxform class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Taxform({String? docId, required String documentType, W2? w2})
Taxform.fromJson(Map<String, dynamic> json)
factory

Properties

docId String?
final
documentType String
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
w2 W2?
final

Methods

copyWith({String? docId, String? documentType, W2? w2}) Taxform

Available on Taxform, provided by the $TaxformExtension extension

copyWithWrapped({Wrapped<String?>? docId, Wrapped<String>? documentType, Wrapped<W2?>? w2}) Taxform

Available on Taxform, provided by the $TaxformExtension 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 Taxform Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(Taxform instance)