update static method

void update(
  1. ResponsiveData data
)

Implementation

static void update(ResponsiveData data) {
  _data = data;
}