MapValidator constructor

MapValidator(
  1. Map? _map
)

Implementation

MapValidator(this._map){
  _throwErrorOnNullMap();
}