AFScreenTestDescription constructor
AFScreenTestDescription(
- AFBaseTestID id,
- String? description,
- String? disabled
Implementation
AFScreenTestDescription(this.id, this.description, this.disabled);