BaseException constructor

BaseException({
  1. bool silent = false,
  2. List<String> messages = const [],
})

Implementation

BaseException({
  this.silent = false,
  this.messages = const [],
});