toCbor method
Converts the object to a CBOR object.
Implementation
@override
CborObject toCbor() {
return CborListValue.fixedLength(
[CborUnsignedValue.u64(mem), CborUnsignedValue.u64(steps)]);
}
Converts the object to a CBOR object.
@override
CborObject toCbor() {
return CborListValue.fixedLength(
[CborUnsignedValue.u64(mem), CborUnsignedValue.u64(steps)]);
}