BVNResponse constructor

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

Implementation

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