AppException constructor

const AppException(
  1. String title,
  2. String description
)

Implementation

const AppException(this.title, this.description);