dart format
This commit is contained in:
@@ -18,6 +18,7 @@ class ModulesSettings {
|
||||
this.fixedBottomBarSlots = 3,
|
||||
});
|
||||
|
||||
factory ModulesSettings.fromJson(Map<String, dynamic> json) => _$ModulesSettingsFromJson(json);
|
||||
factory ModulesSettings.fromJson(Map<String, dynamic> json) =>
|
||||
_$ModulesSettingsFromJson(json);
|
||||
Map<String, dynamic> toJson() => _$ModulesSettingsToJson(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user