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