MatchError constructor

MatchError([
  1. String message = ''
])

The message describes the match error.

Implementation

MatchError([this.message = '']);