Datum class
Constructors
- Datum({required String versioKey, required bool forceUpdate, required String title, required String submitButton, required String ignoreButton, required String image, required String desc, required String iosClick, required String andriodClick, required bool andriod, required bool ios})
-
Datum.fromJson(Map<
String, dynamic> json) -
factory
Properties
- andriod ↔ bool
-
getter/setter pair
- andriodClick ↔ String
-
getter/setter pair
- desc ↔ String
-
getter/setter pair
- forceUpdate ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignoreButton ↔ String
-
getter/setter pair
- image ↔ String
-
getter/setter pair
- ios ↔ bool
-
getter/setter pair
- iosClick ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submitButton ↔ String
-
getter/setter pair
- title ↔ String
-
getter/setter pair
- versioKey ↔ String
-
getter/setter pair
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