NextResponse constructor

NextResponse({
  1. Data? data,
  2. String? status,
})

Implementation

NextResponse({
  this.data,
  this.status,
});