ServerErrorException constructor

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

Implementation

ServerErrorException({
  super.silent,
  super.messages,
});