toParams method
Serializes this pagination for use in a request.
Implementation
Params toParams() => (toJson()..removeWhere((key, value) => value == null))
.cast<String, String>();
Serializes this pagination for use in a request.
Params toParams() => (toJson()..removeWhere((key, value) => value == null))
.cast<String, String>();