setSilent method

void setSilent(
  1. T newValue
)

Implementation

void setSilent(T newValue) {
  print('ReactiveProperty setSilent: $newValue');
  _value = newValue;
}