errorAndStackTrace property
Last emitted error and the corresponding stack trace,
or null if no error added or value exists.
See hasError
Implementation
@override
ErrorAndStackTrace? get errorAndStackTrace => _wrapper.latestErrorAndStackTrace;
Last emitted error and the corresponding stack trace,
or null if no error added or value exists.
See hasError
@override
ErrorAndStackTrace? get errorAndStackTrace => _wrapper.latestErrorAndStackTrace;