setMap abstract method

void setMap(
  1. Map json, {
  2. bool deep = false,
})

Sets the json map values for this instance.

Implementation

void setMap(Map json, {bool deep = false});