This website requires JavaScript.
Explore
Help
Register
Sign In
ayncitra
/
MIF_E31231033
Watch
1
Star
0
Fork
You've already forked MIF_E31231033
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
MIF_E31231033
/
lib
/
models
/
user_model.dart
6 lines
77 B
Dart
Raw
Permalink
Blame
History
class
UserModel
{
final
String
nama
;
UserModel
(
{
required
this
.
nama
}
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink