SystemConfigModel class
SystemConfigModel 系统配置 Model
Constructors
- SystemConfigModel({required int themeMode, required int language})
- SystemConfigModel 系统配置 Model
-
SystemConfigModel.fromJson(Map<
String, dynamic> json) - 从 JSON 构造 SystemConfigModel
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - 转换为 JSON
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited