fromJson static method

NextResponse fromJson(
  1. Map<String, Object?> obj
)
override

Implementation

static NextResponse fromJson(Map<String, Object?> obj) =>
    NextResponse.fromMap(obj);