menu
pal_video package
documentation
api/models/author.dart
Author
Author constructor
Author constructor
dark_mode
light_mode
Author
constructor
Author
(
{
required
String
userName
,
required
String
companyTitle
,
String
?
avatarUrl
,
})
Implementation
Author({ required this.userName, required this.companyTitle, this.avatarUrl, });
pal_video package
documentation
api/models/author
Author
Author constructor
Author class