This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lyq
/
flutter_clock
Watch
1
Star
0
Fork
0
Files
Issues
1
Pull Requests
0
Wiki
Tree:
a157c8a4eb
Branches
Tags
develop
master
1.0.3
0.1.0
flutter_clock
/
lib
/
model
/
user_model.dart
user_model.dart
71 B
History
Raw
1
2
3
4
5
class UserModel {
String userid;
String password;
String logo;
}