cbor property

String? cbor

Implementation

String? get cbor => _$this._cbor;
void cbor=(String? cbor)

Implementation

set cbor(String? cbor) => _$this._cbor = cbor;