TosServerException.withKey constructor

TosServerException.withKey(
  1. String key, [
  2. String code = '',
  3. String ec = ''
])

Implementation

TosServerException.withKey(this.key, [this.code = '', this.ec = '']);