isPage property

bool isPage

Returns true if the response is a page.

Implementation

bool get isPage => this.object == ObjectTypes.Page;