ServerFailure constructor

const ServerFailure([
  1. String message = 'Error del servidor'
])

Implementation

const ServerFailure([super.message = 'Error del servidor']);