menu
mobiotics_provider package
documentation
models/profile/profile_model/profile_model.dart
ProfileModel
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
dart:convert
Converts
ProfileModel
to a JSON string.
Implementation
String toJson() => json.encode(toMap());
mobiotics_provider package
documentation
models/profile/profile_model/profile_model
ProfileModel
toJson method
ProfileModel class