$reified property
Fully reify the underlying value so it can be used in a Dart context. For example, recursively transform collections into their underlying $values.
Implementation
@override
GestureDetector get $reified => $value;
Fully reify the underlying value so it can be used in a Dart context. For example, recursively transform collections into their underlying $values.
@override
GestureDetector get $reified => $value;