Migration$json top-level constant

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

Implementation

@$core.Deprecated('Use migrationDescriptor instead')
const Migration$json = {
  '1': 'Migration',
  '2': [
    {'1': 'from_sfu_id', '3': 1, '4': 1, '5': 9, '10': 'fromSfuId'},
    {
      '1': 'announced_tracks',
      '3': 2,
      '4': 3,
      '5': 11,
      '6': '.stream.video.sfu.models.TrackInfo',
      '10': 'announcedTracks'
    },
    {
      '1': 'subscriptions',
      '3': 3,
      '4': 3,
      '5': 11,
      '6': '.stream.video.sfu.signal.TrackSubscriptionDetails',
      '10': 'subscriptions'
    },
  ],
};