MapReader constructor

MapReader(
  1. Map _map
)

Implementation

MapReader(this._map) {
  _mapValidator = new MapValidator(_map);
}