ListRequest constructor

ListRequest({
  1. String? path,
  2. ListOptions? options,
})

Implementation

ListRequest({this.path, this.options});