DirectoryEntry class
- Annotations
-
- @JsonSerializable()
Constructors
-
DirectoryEntry.new(List<
String> countryNames, String issuerId, String issuerList, String issuerName) -
DirectoryEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
countryNames
→ List<
String> -
List of countries of the issuing bank.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuerId → String
-
Identifier of the issuing bank.
final
- issuerList → String
-
Indicates how issuers should be sorted.
final
- issuerName → String
-
Name of the issuing bank.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited