toBytes method

List<int> toBytes()

Same as codeUnits

Implementation

List<int> toBytes() => codeUnits;