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