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