ErrorDetails constructor

ErrorDetails(
  1. String title,
  2. String message,
  3. dynamic error
)

Implementation

ErrorDetails(this.title, this.message, this.error);