ServerException constructor

ServerException(
  1. int statusCode, [
  2. String message = 'Server error occurred'
])

Implementation

ServerException(this.statusCode, [this.message = 'Server error occurred']);