mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
format code
This commit is contained in:
15
lib/module/env/env_bean.dart
vendored
15
lib/module/env/env_bean.dart
vendored
@@ -12,12 +12,12 @@ class EnvBean {
|
||||
|
||||
EnvBean(
|
||||
{this.value,
|
||||
this.sId,
|
||||
this.created,
|
||||
this.status,
|
||||
this.timestamp,
|
||||
this.name,
|
||||
this.remarks});
|
||||
this.sId,
|
||||
this.created,
|
||||
this.status,
|
||||
this.timestamp,
|
||||
this.name,
|
||||
this.remarks});
|
||||
|
||||
EnvBean.fromJson(Map<String, dynamic> json) {
|
||||
value = json['value'];
|
||||
@@ -40,7 +40,8 @@ class EnvBean {
|
||||
data['remarks'] = this.remarks;
|
||||
return data;
|
||||
}
|
||||
|
||||
static EnvBean jsonConversion(Map<String, dynamic> json) {
|
||||
return EnvBean.fromJson(json);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user