factory RawCodecSpec.fromJson(Map<String, dynamic> json) => RawCodecSpec( name: json["name"], type: json["type"], );