init method

void init(
  1. dynamic value
)

Implementation

void init(dynamic value) {
  load(buildNodeMap(value));
  _json = value;
}