build static method

RadioCountry build(
  1. Map<String, dynamic> ds, {
  2. bool forceHttps = false,
})

Implementation

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