fromJson static method
Creates a GoogleCastImage from a JSON string.
Implementation
static GoogleCastImage? fromJson(String source) =>
GoogleCastImage.fromMap(json.decode(source));
Creates a GoogleCastImage from a JSON string.
static GoogleCastImage? fromJson(String source) =>
GoogleCastImage.fromMap(json.decode(source));