NIPResponse constructor

NIPResponse(
  1. int statusCode,
  2. String status,
  3. String message,
  4. Results results,
)

Implementation

NIPResponse(this.statusCode, this.status, this.message, this.results);