ModularError constructor

const ModularError(
  1. String message, [
  2. StackTrace? stackTrace
])

Implementation

const ModularError(this.message, [this.stackTrace]);