utfData property

List<int> utfData

Implementation

List<int> get utfData => _utfData ??= utf8.encode(data);