ResourceFetchArguments class

Optional arguments passes into StreamResource._fetch.

Constructors

ResourceFetchArguments({int? limit, String? permissionToken, dynamic payload})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
limit int?
Typically limit param in the rest queries.
final
payload → dynamic
Any object that can be accessed in StreamResource._fetch.
final
permissionToken String?
Can be used as token for authorize request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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