5 lines
75 B
Dart
5 lines
75 B
Dart
|
|
class SettingsModel {
|
||
|
|
SettingsModel() {
|
||
|
|
///Initialize variables
|
||
|
|
}
|
||
|
|
}
|