actions property

Map<String, FireAction> actions
getter/setter pair

Implementation

Map<String, FireAction> actions = {
  'ui': FireAction()..label = 'fired [0]',
  'command': FireAction()..label = 'fired [0]',
  'app': FireAction()..label = 'fired [0]',
};