EnableCondition constructor

EnableCondition({
  1. required String condition,
})

Implementation

EnableCondition({
  required super.condition,
});