getErrorString property

String? getErrorString

Implementation

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