replace method

void replace(
  1. D? newData
)

Implementation

void replace(D? newData)
{
  _state.replace(newData);
}