shelf icon indicating copy to clipboard operation
shelf copied to clipboard

Why is the parameter "context" of Response of Map<String, Object> type? Instead of Map<String, dynamic>?

Open qcks opened this issue 2 years ago • 3 comments

  Response.ok(
    Object? body, {
    Map<String, /* String | List<String> */ Object>? headers,
    Encoding? encoding,
    Map<String, Object>? context,
  })

qcks avatar Oct 31 '22 06:10 qcks