opened property

List<({String baseBranch, String body, String branch, String title, String workDir})> opened
final

Every (workDir, branch, baseBranch, title, body) open, in call order.

Implementation

final List<
  ({
    String workDir,
    String branch,
    String baseBranch,
    String title,
    String body,
  })
>
opened = [];