PageDetails class
Constructors
-
PageDetails({String? id, String? name, String? clientId, String? pageId, String? status, Properties? properties, List<
Component> ? components, String? imageKey, String? createdBy, String? appVersion, String? tag, List<String> ? usedIn, DateTime? createdAt, DateTime? updatedAt, num? v}) -
PageDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appVersion ↔ String?
-
getter/setter pair
- clientId ↔ String?
-
getter/setter pair
-
components
↔ List<
Component> ? -
getter/setter pair
- createdAt ↔ DateTime?
-
getter/setter pair
- createdBy ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- imageKey ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- pageId ↔ String?
-
getter/setter pair
- properties ↔ Properties?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
getter/setter pair
- tag ↔ String?
-
getter/setter pair
- updatedAt ↔ DateTime?
-
getter/setter pair
-
usedIn
↔ List<
String> ? -
getter/setter pair
- v ↔ num?
-
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