NumbersInternationalNullable class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- NumbersInternationalNullable({required String accountId, required String iban, required String bic})
-
NumbersInternationalNullable.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? accountId, String? iban, String? bic}) → NumbersInternationalNullable -
Available on NumbersInternationalNullable, provided by the $NumbersInternationalNullableExtension extension
-
copyWithWrapped(
{Wrapped< String> ? accountId, Wrapped<String> ? iban, Wrapped<String> ? bic}) → NumbersInternationalNullable -
Available on NumbersInternationalNullable, provided by the $NumbersInternationalNullableExtension 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 NumbersInternationalNullable Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(NumbersInternationalNullable instance)