RemoterParam<T> constructor

RemoterParam<T>({
  1. required T value,
  2. required RemoterParamType type,
})

Represents parameter object passed to PaginatedRemoterQuery.execute

Implementation

RemoterParam({required this.value, required this.type});