value property Null safety
Get the value of this property.
Implementation
T get value =>
throw UnsupportedError('You cannot get the value of this property.');
Set the value for this property.
Implementation
set value(final T value) =>
throw UnsupportedError('You cannot set the value of this property.');