Page class
Constructors
-
Page.new({int? id, String? date, String? dateGmt, Guid? guid, String? modified, String? modifiedGmt, String? password, String? slug, PostPageStatus? status, String? type, String? link, Title? title, Content? content, Excerpt? excerpt, int? author, int? featuredMedia, int? parent, PostCommentStatus? commentStatus, PostPingStatus? pingStatus, String? template, Map<
String, dynamic> ? meta, Links? lLinks}) -
Page.fromJson(Map<
String, dynamic> json)
Properties
-
getter/setter pair
- commentStatus ↔ PostCommentStatus?
-
getter/setter pair
- content ↔ Content?
-
getter/setter pair
- date ↔ String?
-
getter/setter pair
- dateGmt ↔ String?
-
getter/setter pair
- excerpt ↔ Excerpt?
-
getter/setter pair
- featuredMedia ↔ int?
-
getter/setter pair
- guid ↔ Guid?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int?
-
getter/setter pair
- link ↔ String?
-
getter/setter pair
- lLinks ↔ Links?
-
getter/setter pair
-
getter/setter pair
-
meta
↔ Map<
String, dynamic> ? -
getter/setter pair
- modified ↔ String?
-
getter/setter pair
- modifiedGmt ↔ String?
-
getter/setter pair
- parent ↔ int?
-
getter/setter pair
- password ↔ String?
-
getter/setter pair
- pingStatus ↔ PostPingStatus?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slug ↔ String?
-
getter/setter pair
- status ↔ PostPageStatus?
-
getter/setter pair
- template ↔ String?
-
getter/setter pair
- title ↔ Title?
-
getter/setter pair
- type ↔ 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