build static method
Implementation
static RadioCountry build(Map<String, dynamic> ds,
{bool forceHttps = false}) {
return RadioCountry()..fromJson(ds);
}
static RadioCountry build(Map<String, dynamic> ds,
{bool forceHttps = false}) {
return RadioCountry()..fromJson(ds);
}