Converts to byte representation.
List<int> - Byte array representation
List<int>
@pragma('vm:prefer-inline') @override List<int> toBytes() => Uint8List.fromList(utf8.encode(identifier));