getRecord method
Implementation
String getRecord(TerminalCommand command) {
final charCodes = recorded.sublist(0, command.end);
return String.fromCharCodes(charCodes);
}
String getRecord(TerminalCommand command) {
final charCodes = recorded.sublist(0, command.end);
return String.fromCharCodes(charCodes);
}