QError constructor

const QError(
  1. String code,
  2. String message,
  3. String? details
)

Implementation

const QError(this.code, this.message, this.details);