pushNull method

void pushNull(
  1. String key
)

Implementation

void pushNull(String key) => _data[key] = null;