CborNull constructor

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

Implementation

const factory CborNull({List<int> tags}) = _CborNullImpl;