ServerException constructor

ServerException({
  1. required String message,
})

Implementation

ServerException({required this.message});