UArException constructor

const UArException({
  1. required UArErrorCode code,
  2. required String message,
  3. String? detail,
})

Implementation

const UArException({required this.code, required this.message, this.detail});