shelf
shelf copied to clipboard
Why is the parameter "context" of Response of Map<String, Object> type? Instead of Map<String, dynamic>?
Response.ok(
Object? body, {
Map<String, /* String | List<String> */ Object>? headers,
Encoding? encoding,
Map<String, Object>? context,
})