success property

String? success

Implementation

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