value property

  1. @override
List<Object> value
inherited

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
List<Object> get value => super.value!;