Page class 
 
    
    
  
    Constructors
    
        - 
          Page({PageAuthor? author, PageBlog? blog, String? content, String? etag, String? id, String? kind, String? published, String? selfLink, String? status, String? title, String? trashed, String? updated, String? url})
        
- 
          
        
- 
          Page.fromJson(Map json_)
        
- 
          
        
 
    
  
    Properties
    
        - 
  author
  ↔ PageAuthor?
  
- 
  The author of this Page.
  getter/setter pair 
- 
  blog
  ↔ PageBlog?
  
- 
  Data about the blog containing this Page.
  getter/setter pair 
- 
  content
  ↔ String?
  
- 
  The body content of this Page, in HTML.
  getter/setter pair 
- 
  etag
  ↔ String?
  
- 
  Etag of the resource.
  getter/setter pair 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  id
  ↔ String?
  
- 
  The identifier for this resource.
  getter/setter pair 
- 
  kind
  ↔ String?
  
- 
  The kind of this entity.
  getter/setter pair 
- 
  published
  ↔ String?
  
- 
  RFC 3339 date-time when this Page was published.
  getter/setter pair 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  selfLink
  ↔ String?
  
- 
  The API REST URL to fetch this resource from.
  getter/setter pair 
- 
  status
  ↔ String?
  
- 
  The status of the page for admin resources (either LIVE or DRAFT).
Possible string values are:
  getter/setter pair 
- 
  title
  ↔ String?
  
- 
  The title of this entity.
  getter/setter pair 
- 
  trashed
  ↔ String?
  
- 
  RFC 3339 date-time when this Page was trashed.
  getter/setter pair 
- 
  updated
  ↔ String?
  
- 
  RFC 3339 date-time when this Page was last updated.
  getter/setter pair 
- 
  url
  ↔ String?
  
- 
  The URL that this Page is displayed at.
  getter/setter pair