menu
github_flutter package
documentation
github.dart
UserNotFound
UserNotFound.new const constructor
UserNotFound.new const constructor
dark_mode
light_mode
UserNotFound
constructor
const
UserNotFound
(
GitHub
github
,
String
user
)
Implementation
const UserNotFound(GitHub github, String user) : super(github, 'User Not Found: $user');
github_flutter package
documentation
github
UserNotFound
UserNotFound.new const constructor
UserNotFound class