ServerError constructor

ServerError([
  1. dynamic message
])

Implementation

ServerError([message]) : super(message);