6 lines
68 B
Dart
6 lines
68 B
Dart
class UserState {
|
|
UserState() {
|
|
///Initialize variables
|
|
}
|
|
}
|