BasePageData class
A class representing the base page data.
- Inheritance
-
- Object
- BatchItem
- BaseAppData
- BasePageData
- Implementers
Constructors
-
BasePageData.new({String? messageId, String? timestamp, AppDataContext? context, String? name, Map<
String, dynamic> ? properties}) - Creates a new instance of BasePageData.
Properties
- context ↔ AppDataContext?
-
The context.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageId ↔ String?
-
The message ID.
getter/setter pairinherited
- name ↔ String?
-
The name.
getter/setter pair
-
properties
↔ Map<
String, dynamic> ? -
The properties.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp ↔ String?
-
The timestamp.
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the base page data to a JSON representation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited