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