getErrorString property

String? get getErrorString

Implementation

String? get getErrorString => dirty && error != null ? error?.error() : null;