nextPage property

int? get nextPage

Implementation

int? get nextPage => int.tryParse(next ?? '');