askId method

void askId()

ask about the ID's name

Implementation

void askId() {
  _id = prompts.get('ID: ', defaultsTo: _id);
}