GoogleCastImage.fromJson constructor
GoogleCastImage.fromJson(
- String source
Creates a GoogleCastImage from a JSON string.
Implementation
factory GoogleCastImage.fromJson(String source) =>
GoogleCastImage.fromMap(json.decode(source));