InAppModel class
Constructors
- InAppModel({bool? inappMessage, String? title, String? titleFontColor, String? body, String? bodyFontColor, String? backgroundColor, String? backgroundImg, String? bgImgActionType, String? bgImgActionLink, RichContent? richContent, String? btnLeftTxt, String? btnLeftTxtColor, String? btnLeftBgColor, String? btnLeftActionType, String? btnLeftActionLink, String? btnRightTxt, String? btnRightTxtColor, String? btnRightBgColor, String? btnRightActionType, String? btnRightActionLink, String? dotColor})
-
InAppModel.fromJson(Map<
String, dynamic> json)
Properties
- backgroundColor ↔ String?
-
getter/setter pair
- backgroundImg ↔ String?
-
getter/setter pair
- bgImgActionLink ↔ String?
-
getter/setter pair
- bgImgActionType ↔ String?
-
getter/setter pair
- body ↔ String?
-
getter/setter pair
- bodyFontColor ↔ String?
-
getter/setter pair
- btnLeftActionLink ↔ String?
-
getter/setter pair
- btnLeftActionType ↔ String?
-
getter/setter pair
- btnLeftBgColor ↔ String?
-
getter/setter pair
- btnLeftTxt ↔ String?
-
getter/setter pair
- btnLeftTxtColor ↔ String?
-
getter/setter pair
- btnRightActionLink ↔ String?
-
getter/setter pair
- btnRightActionType ↔ String?
-
getter/setter pair
- btnRightBgColor ↔ String?
-
getter/setter pair
- btnRightTxt ↔ String?
-
getter/setter pair
- btnRightTxtColor ↔ String?
-
getter/setter pair
- dotColor ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inappMessage ↔ bool?
-
getter/setter pair
- richContent ↔ RichContent?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String?
-
getter/setter pair
- titleFontColor ↔ 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