menu
device_info_x package
documentation
models/cpu_info.dart
CPUCores
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
toJson
is the method to convert the class to a json.
Implementation
String toJson() => json.encode(toMap());
device_info_x package
documentation
models/cpu_info
CPUCores
toJson method
CPUCores class