OSSResult constructor

const OSSResult(
  1. int code, {
  2. String? host,
  3. String? fileName,
  4. String? message,
})

Implementation

const OSSResult(this.code, {this.host, this.fileName, this.message});