MatchError constructor
MatchError([
- String message = ''
The message
describes the match error.
Implementation
MatchError([this.message = '']);
The message
describes the match error.
MatchError([this.message = '']);