CborEncodeDefiniteLengthBytes constructor

CborEncodeDefiniteLengthBytes(
  1. CborBytes input
)

Implementation

factory CborEncodeDefiniteLengthBytes(CborBytes input) =
    _CborEncodeDefiniteLengthBytesImpl;