BugError constructor

BugError(
  1. String message
)

Implementation

BugError(this.message);