AssetException constructor

const AssetException(
  1. String message, {
  2. Exception? cause,
})

Create a new AssetException message the message cause optional chained exception

Implementation

const AssetException(this.message, {this.cause});