C2bmemberModel class
Содержит всю необходимую информацию о приложении(IOS)
Constructors
-
C2bmemberModel.fromJson(Map<
String, dynamic> json) - Получение данных из словаря
Properties
- bankName ↔ String
-
bankName - название приложения
latefinal
- bitmap ↔ Uint8List?
-
bitmap - иконка приложения, если выставить use_android_local_icons = true (Android)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ String
-
icon - icon приложения
latefinal
- localName ↔ String?
-
localName - название приложения, если выставить use_android_local_names = true (Android)
getter/setter pair
- logoURL ↔ String
-
logoURL - иконка приложения
latefinal
- packageName ↔ String
-
packageName - packageName приложения
latefinal
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schema ↔ String
-
schema - schema приложения
latefinal
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited