menu
flutter_chrome_cast
common/image.dart
GoogleCastImage
toJson method
toJson
dark_mode
light_mode
toJson
method
String
toJson
(
)
Converts this image to a JSON string.
Implementation
String toJson() => json.encode(toMap());
flutter_chrome_cast
image
GoogleCastImage
toJson method
GoogleCastImage class