MySQLServerException constructor

const MySQLServerException(
  1. String message,
  2. int errorCode
)

Implementation

const MySQLServerException(String message, this.errorCode) : super(message);