value property

  1. @override
Map<ShortcutActivator, Intent> value
override

Returns the value of the property either from cache or by invoking a ComputePropertyValueCallback.

If an exception is thrown invoking the ComputePropertyValueCallback, value returns null and the exception thrown can be found via the exception property.

See also:

Implementation

@override
Map<ShortcutActivator, Intent> get value => super.value!;