PageListException constructor

const PageListException(
  1. int code,
  2. String msg
)

Implementation

const PageListException(this.code, this.msg);