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