FFAnimation_Trigger$json top-level constant

  1. @Deprecated('Use fFAnimationDescriptor instead')
Map<String, Object> const FFAnimation_Trigger$json

Implementation

@$core.Deprecated('Use fFAnimationDescriptor instead')
const FFAnimation_Trigger$json = {
  '1': 'Trigger',
  '2': [
    {'1': 'TRIGGER_UNDEFINED', '2': 0},
    {'1': 'ON_PAGE_LOAD', '2': 1},
    {'1': 'ON_ACTION_TRIGGER', '2': 2},
  ],
};