setData method

void setData(
  1. dynamic data
)

Implementation

void setData(dynamic data) {
  value = data;
}