ServerError constructor

const ServerError(
  1. String message
)

Implementation

const factory ServerError(final String message) = _$ServerErrorImpl;