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