bearer property

String? get bearer

Implementation

String? get bearer => isNotNullEmpty ? 'Bearer $this' : null;