data property

String? data

Implementation

String? get data => _data.isEmpty ? null : BytesUtils.toHexString(_data);