DaktelaResponse constructor Null safety

DaktelaResponse(
  1. int statusCode,
  2. dynamic result,
  3. int? total
)

Implementation

DaktelaResponse(this.statusCode, this.result, this.total);