Instances constructor Null safety

Instances(
  1. List<String> all,
  2. List<String> running
)

Implementation

Instances(this.all, this.running);