FilterSubscriptionsList class

A paginated list of subscriptions to a filter.

Constructors

FilterSubscriptionsList({int? endIndex, List<FilterSubscription>? items, int? maxResults, int? size, int? startIndex})
FilterSubscriptionsList.fromJson(Map<String, Object?> json)
factory

Properties

endIndex int?
The index of the last item returned on the page.
final
hashCode int
The hash code for this object.
no setterinherited
items List<FilterSubscription>
The list of items.
final
maxResults int?
The maximum number of results that could be on the page.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
The number of items on the page.
final
startIndex int?
The index of the first item returned on the page.
final

Methods

copyWith({int? endIndex, List<FilterSubscription>? items, int? maxResults, int? size, int? startIndex}) FilterSubscriptionsList
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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