error property

String? error

Implementation

String? get error => isSucceeded ? null : message;