AppException constructor

AppException({
  1. required String message,
  2. String description = "",
})

Implementation

AppException({required this.message, this.description=""});