cidStr property

String get cidStr

Implementation

String get cidStr =>
  '0x${cidArr.map((e) => (e.toRadixString(16).padLeft(2, '0')).toUpperCase()).join('')}';