mirror of
https://github.com/supanadit/geo-smart-app.git
synced 2024-11-10 10:02:20 +00:00
7 lines
89 B
Dart
7 lines
89 B
Dart
|
class SettingModel {
|
||
|
String host = "";
|
||
|
String id = "";
|
||
|
|
||
|
SettingModel(this.host);
|
||
|
}
|