setMap method

void setMap(
  1. Map<String, dynamic> mapV
)

set a non null map

Implementation

void setMap(Map<String, dynamic> mapV) {
  _map = mapV;
}