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