list<T> abstract method
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,
});