CborUndefined constructor

const CborUndefined({
  1. List<int> tags,
})

Implementation

const factory CborUndefined({List<int> tags}) = _CborUndefinedImpl;