rawValue property Null safety
inherited
Actual value
Implementation
dynamic get rawValue => _rawValue;
Implementation
set rawValue(dynamic newValue) {
_rawValue = newValue;
}
Actual value
dynamic get rawValue => _rawValue;
set rawValue(dynamic newValue) {
_rawValue = newValue;
}