FFChatPage_TimeDisplaySetting$json top-level constant

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

Implementation

@$core.Deprecated('Use fFChatPageDescriptor instead')
const FFChatPage_TimeDisplaySetting$json = {
  '1': 'TimeDisplaySetting',
  '2': [
    {'1': 'TIME_DISPLAY_SETTING_UNDEFINED', '2': 0},
    {'1': 'ALWAYS_VISIBLE', '2': 1},
    {'1': 'ALWAYS_INVISIBLE', '2': 2},
    {'1': 'VISIBLE_ON_TAP', '2': 3},
  ],
};