factory COSELabelInt.fromJson(Map<String, dynamic> json) { return COSELabelInt(BigintUtils.parse(json[COSELabelType.int.name])); }