build static method

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

Implementation

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