menu
github_flutter
github.dart
ExchangeResponse
ExchangeResponse.new constructor
ExchangeResponse.new
dark_mode
light_mode
ExchangeResponse
constructor
ExchangeResponse
(
String
?
token
,
String
?
tokenType
,
List
<
String
>
scopes
)
Implementation
ExchangeResponse(this.token, this.tokenType, this.scopes);
github_flutter
github
ExchangeResponse
ExchangeResponse.new constructor
ExchangeResponse class