clear method

  1. @override
void clear()
override

Implementation

@override
void clear() {
  super.clear();
  _value = _defaultValue;
}