AccountProductAccessNullable class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- AccountProductAccessNullable({bool? accountData, bool? statements, bool? taxDocuments})
-
AccountProductAccessNullable.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountData → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statements → bool?
-
final
- taxDocuments → bool?
-
final
Methods
-
copyWith(
{bool? accountData, bool? statements, bool? taxDocuments}) → AccountProductAccessNullable -
Available on AccountProductAccessNullable, provided by the $AccountProductAccessNullableExtension extension
-
copyWithWrapped(
{Wrapped< bool?> ? accountData, Wrapped<bool?> ? statements, Wrapped<bool?> ? taxDocuments}) → AccountProductAccessNullable -
Available on AccountProductAccessNullable, provided by the $AccountProductAccessNullableExtension 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 AccountProductAccessNullable Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(AccountProductAccessNullable instance)