rawValue property

dynamic rawValue
inherited

Actual value

Implementation

dynamic get rawValue => _rawValue;
void rawValue=(dynamic newValue)

Implementation

set rawValue(dynamic newValue) {
  _rawValue = newValue;
}