File: <ROOT>/dart/smoke.dart
Imports:
---
Classes:
  - Task
    Methods:
      - L7: Task(this.id, this.title);
      - L9: String get label => '$id:$title';
      - L11: bool rename(String nextTitle)

Functions:
  - L22: Future<Task> makeTask(String title) async
---
