setData method

void setData(
  1. Map<String, dynamic> value
)

Implementation

void setData(Map<String, dynamic> value) {
  _data.add(value);
}