Creates a CastBreak from a JSON string.
factory CastBreak.fromJson(String source) => CastBreak.fromMap(json.decode(source));