JusoCommon constructor Null safety

JusoCommon(
  1. String totalCount,
  2. String currentPage,
  3. String countPerPage,
  4. String errorCode,
  5. String errorMessage
)

Implementation

JusoCommon(this.totalCount, this.currentPage, this.countPerPage, this.errorCode, this.errorMessage);