AppException constructor

const AppException({
  1. required String message,
})

Creates an application exception with the given error message.

Implementation

const AppException({required this.message});