MatchError constructor

MatchError([dynamic message ])

The message describes the match error.

Implementation

MatchError([this.message]);