ModelException constructor
const
ModelException(
- String message, [
- dynamic cause
Implementation
const ModelException(this.message, [this.cause]);
const ModelException(this.message, [this.cause]);