Specification constructor

Specification({
  1. AndroidTest? androidTest,
  2. IosTest? iosTest,
})

Implementation

Specification({
  this.androidTest,
  this.iosTest,
});