toBearer property

String get toBearer

Implementation

String get toBearer => (isNotNullOrEmpty ? "Bearer $this" : this) ?? "";