menu
flutter_earth_globe package
documentation
point.dart
PointStyle
toJson method
toJson method
dark_mode
light_mode
toJson
method
String
toJson
(
)
Converts the
PointStyle
object to a JSON string.
Implementation
String toJson() => json.encode(toMap());
flutter_earth_globe package
documentation
point
PointStyle
toJson method
PointStyle class