ServerFailure constructor

const ServerFailure(
  1. String? message
)

Implementation

const ServerFailure(String? message) : super(message);