menu
device_info_x package
documentation
models/memory.dart
Memory
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
toJson
returns a json string of the object.
Implementation
String toJson() => json.encode(toMap());
device_info_x package
documentation
models/memory
Memory
toJson method
Memory class