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