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