isFirst property

bool get isFirst

Returns true when this is the first page.

Implementation

bool get isFirst => number == 0;