InApp class
Properties
- cacheTtl ↔ int?
-
cache ttl
getter/setter pair
- creationDate ↔ String?
-
creation date of inApp
getter/setter pair
- customData ↔ String?
-
customData
getter/setter pair
- expiredDate ↔ String?
-
expired date of inApp
getter/setter pair
- filters ↔ String?
-
inApp filtest
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- inAppId ↔ int?
-
id of inApp
getter/setter pair
- inAppShow ↔ InAppShow?
-
inApp show of inApp model
getter/setter pair
- lastVersionId ↔ int?
-
last version id of inApp
getter/setter pair
- name ↔ String?
-
inApp name
getter/setter pair
- properties ↔ InAppProperties?
-
properties model of inApp
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schema ↔ InAppSchema?
-
schema model of inApp
getter/setter pair
- showOnce ↔ bool?
-
if inapp show once
getter/setter pair
- version ↔ int?
-
version
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map - Conversion InApp to Map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited