update main model
This commit is contained in:
@@ -9,7 +9,7 @@ List<Day> dayLists = [
|
||||
];
|
||||
|
||||
class Setting {
|
||||
final int? supportBuildNum;
|
||||
final int supportBuildNum;
|
||||
// contact page
|
||||
String? usaAddress;
|
||||
String? mmAddress;
|
||||
@@ -27,7 +27,7 @@ class Setting {
|
||||
List<String> shipmentTypes;
|
||||
|
||||
Setting(
|
||||
{this.supportBuildNum,
|
||||
{this.supportBuildNum = 1,
|
||||
this.usaAddress,
|
||||
this.mmAddress,
|
||||
this.usaContactNumber,
|
||||
|
||||
Reference in New Issue
Block a user