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