isPage property
bool
get
isPage
Returns true if the response is a page.
Implementation
bool get isPage => this.object == ObjectTypes.Page;
Returns true if the response is a page.
bool get isPage => this.object == ObjectTypes.Page;