nextResponseFromJson function

NextResponse nextResponseFromJson(
  1. String str
)

Implementation

NextResponse nextResponseFromJson(String str) =>
    NextResponse.fromJson(json.decode(str));