String tokenId(Token token, {String? prefix}) { final id = 'id${lineTag(token)}'; if (prefix == null) { return id; } return '${prefix}_$id'; }