Conversation_LifecycleState$json top-level constant

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

Implementation

@$core.Deprecated('Use conversationDescriptor instead')
const Conversation_LifecycleState$json = const {
  '1': 'LifecycleState',
  '2': const [
    const {'1': 'LIFECYCLE_STATE_UNSPECIFIED', '2': 0},
    const {'1': 'IN_PROGRESS', '2': 1},
    const {'1': 'COMPLETED', '2': 2},
  ],
};