DenomResponse constructor

DenomResponse({
  1. List<Denom>? denom,
  2. int? total,
  3. int? perPage,
  4. int? currentPage,
  5. String? nextPageUrl,
  6. String? previousPageUrl,
})

Implementation

DenomResponse(
    {this.denom,
    this.total,
    this.perPage,
    this.currentPage,
    this.nextPageUrl,
    this.previousPageUrl});