page property

int get page

Implementation

int get page => _snapshot is int ? _snapshot as int : 0;