Open MarcinusX opened 4 years ago
Technically, we should be able to support a preset with a dependency.
@framyPreset User teenageJohn(String lastName) => User(firstName: 'John', lastName: lastName ?? 'Doe', age: 13);
So that preset can decrease and not necessarily remove the number of dependencies.
Technically, we should be able to support a preset with a dependency.
So that preset can decrease and not necessarily remove the number of dependencies.