Specification constructor
Specification({
- AndroidTest? androidTest,
- IosTest? iosTest,
Implementation
Specification({
this.androidTest,
this.iosTest,
});
Specification({
this.androidTest,
this.iosTest,
});