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