menu
blogger_api package
documentation
models/author.dart
Author
Author constructor
Author constructor
dark_mode
light_mode
Author
constructor
Author
(
{
String
?
id
,
String
?
displayName
,
String
?
url
,
String
?
image
,
})
Implementation
Author({ this.id, this.displayName, this.url, this.image, });
blogger_api package
documentation
models/author
Author
Author constructor
Author class