Notebook constructor

Notebook({
  1. String? contents,
  2. List<Target>? dependencyTargets,
  3. bool? disabled,
  4. List<String>? tags,
})

Implementation

Notebook({this.contents, this.dependencyTargets, this.disabled, this.tags});