list<T> abstract method

Future<Map<String, T>> list<T>({
  1. String? start,
  2. String? startAfter,
  3. String? end,
  4. String? prefix,
  5. bool? reverse,
  6. int? limit,
  7. bool? allowConcurrency,
  8. bool? noCache,
})

Provides the declared Cloudflare API member.

Implementation

Future<Map<String, T>> list<T>({
  String? start,
  String? startAfter,
  String? end,
  String? prefix,
  bool? reverse,
  int? limit,
  bool? allowConcurrency,
  bool? noCache,
});