menu
hive_flutter_kit package
documentation
core/models/login_model.dart
LoginModel
fromJsonString static method
fromJsonString static method
dark_mode
light_mode
fromJsonString
static method
LoginModel
fromJsonString
(
String
str
)
Implementation
static LoginModel fromJsonString(String str) => LoginModel.fromJson(json.decode(str));
hive_flutter_kit package
documentation
core/models/login_model
LoginModel
fromJsonString static method
LoginModel class