menu
fluxer_dart package
documentation
models/embed_author_response.dart
EmbedAuthorResponse
EmbedAuthorResponse.new const constructor
EmbedAuthorResponse.new const constructor
dark_mode
light_mode
EmbedAuthorResponse
constructor
const
EmbedAuthorResponse
(
{
required
String
name
,
String
?
url
,
String
?
iconUrl
,
String
?
proxyIconUrl
,
})
Implementation
const EmbedAuthorResponse({ required this.name, this.url, this.iconUrl, this.proxyIconUrl, });
fluxer_dart package
documentation
models/embed_author_response
EmbedAuthorResponse
EmbedAuthorResponse.new const constructor
EmbedAuthorResponse class