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