toCborObjects method
Implementation
List<CborObject> toCborObjects() {
return [CborUnsignedValue.u32(major), CborUnsignedValue.u32(minor)];
}
List<CborObject> toCborObjects() {
return [CborUnsignedValue.u32(major), CborUnsignedValue.u32(minor)];
}