MapException constructor

MapException([
  1. dynamic message
])

Creates a new MapException.

Implementation

MapException([this.message]);