ConditionData constructor

ConditionData(
  1. String? _text,
  2. String? _icon
)

Implementation

ConditionData(this._text, this._icon);