UseResult constructor
const
UseResult([
- String reason = ''
Initialize a newly created instance to have the given reason
.
Implementation
const UseResult([this.reason = '']) : parameterDefined = null;