feat: add arch
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class UserModel {
|
||||
final String token;
|
||||
final String name;
|
||||
|
||||
UserModel({required this.token, required this.name});
|
||||
}
|
||||
Reference in New Issue
Block a user