SystemConfigModel class

SystemConfigModel 系统配置 Model

Constructors

SystemConfigModel({required int themeMode, required int language})
SystemConfigModel 系统配置 Model
SystemConfigModel.fromJson(Map<String, dynamic> json)
从 JSON 构造 SystemConfigModel

Properties

hashCode int
The hash code for this object.
no setterinherited
language int
语言
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
themeMode int
主题模式
getter/setter pair

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