AFScreenTestDescription constructor

AFScreenTestDescription(
  1. AFBaseTestID id,
  2. String? description,
  3. String? disabled
)

Implementation

AFScreenTestDescription(this.id, this.description, this.disabled);