conditions property
List of conditions that can trigger the actions.
Implementation
List<Object> get conditions => _wrapped.conditions.toDart
.cast<JSAny>()
.map((e) => e.dartify()!)
.toList();
List of conditions that can trigger the actions.
List<Object> get conditions => _wrapped.conditions.toDart
.cast<JSAny>()
.map((e) => e.dartify()!)
.toList();