parseException property

ParseException? parseException
final

Errors generated during parsing.

If not null, the onErrorFallback widget will be presented.

Implementation

final ParseException? parseException;