resultMessage property

String resultMessage

The message related to the current state. If the _currentState was error, this would be the error message.

Implementation

String get resultMessage => _resultMessage;