value property
T?
value
latefinal
The value within the Option. Can be set to null. When setting to null make sure the value_type is specified. Check the documentation on the candid library page for more.
Implementation
late final T? value;