BlockNotification_Type$json top-level constant

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

Implementation

@$core.Deprecated('Use blockNotificationDescriptor instead')
const BlockNotification_Type$json = const {
  '1': 'Type',
  '2': const [
    const {'1': 'CONNECTED', '2': 0},
    const {'1': 'DISCONNECTED', '2': 1},
  ],
};