actions property
List of actions that are triggered if one of the conditions is fulfilled.
Implementation
List<Object> get actions =>
_wrapped.actions.toDart.cast<JSAny>().map((e) => e.dartify()!).toList();
List of actions that are triggered if one of the conditions is fulfilled.
List<Object> get actions =>
_wrapped.actions.toDart.cast<JSAny>().map((e) => e.dartify()!).toList();