error property

  1. @override
Object? get error
override

Exception thrown during the computation of value.

If value was computed successfully, this is null.

Implementation

@override
get error => null;