CborEncodeIndefiniteLengthList constructor

CborEncodeIndefiniteLengthList(
  1. CborList x
)

Implementation

factory CborEncodeIndefiniteLengthList(CborList x) =
    _CborEncodeIndefiniteLengthListImpl;