DyteError constructor

DyteError(
  1. String error, [
  2. String? details
])

Implementation

DyteError(this.error, [this.details]);