menu
flutter_story_view package
documentation
models/user_info.dart
UserInfo
UserInfo.new constructor
UserInfo.new constructor
dark_mode
light_mode
UserInfo
constructor
UserInfo
(
{
String
?
username
,
String
?
profileUrl
,
})
Implementation
UserInfo({this.username, this.profileUrl});
flutter_story_view package
documentation
models/user_info
UserInfo
UserInfo.new constructor
UserInfo class