menu
setonix_server
setonix_server.dart
WaypointMapper
fromJson static method
fromJson
dark_mode
light_mode
fromJson
static method
Waypoint
fromJson
(
String
json
)
Implementation
static Waypoint fromJson(String json) { return ensureInitialized().decodeJson<Waypoint>(json); }
setonix_server
setonix_server
WaypointMapper
fromJson static method
WaypointMapper class