ModelException constructor

const ModelException(
  1. String message, [
  2. dynamic cause
])

Implementation

const ModelException(this.message, [this.cause]);