JunnyAccount class
用户登录保存的账户信息
- Annotations
-
- @Entity()
Constructors
- JunnyAccount({int localDbId = 0, String username = '', String? password})
-
JunnyAccount.fromJson(Map<
String, dynamic> json) -
从JSON创建实体(支持混合ID策略)
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override