RazorpayPaginationOptions class abstract

Annotations
  • @freezed

Constructors

RazorpayPaginationOptions.new({int? from, int? to, int? count, int? skip})
const
factory
RazorpayPaginationOptions.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $RazorpayPaginationOptionsCopyWith<RazorpayPaginationOptions>
Create a copy of RazorpayPaginationOptions with the given fields replaced by the non-null parameter values.
no setterinherited
count int?
The number of data to be fetched. Default value is 10. Maximum value is 100. This can be used for pagination, in combination with skip.
no setterinherited
from int?
The Unix timestamp from when data are to be fetched
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skip int?
The number of data to be skipped. Default value is 0. This can be used for pagination, in combination with count.
no setterinherited
to int?
The Unix timestamp till when data are to be fetched.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this RazorpayPaginationOptions to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited