SubstratePathError constructor
const
SubstratePathError(
- String message
Creates a new instance of SubstratePathError with an optional message
.
Implementation
const SubstratePathError(this.message);
Creates a new instance of SubstratePathError with an optional message
.
const SubstratePathError(this.message);