nextId method

String nextId()

Implementation

String nextId() {
  final id = _lastUsedCommandId++;
  return 'a$id';
}