isLastPage property

bool get isLastPage

Implementation

bool get isLastPage => (page == widget.fields.length - 1);