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 = const {
  '1': 'Migration',
  '2': const [
    const {'1': 'from_sfu_id', '3': 1, '4': 1, '5': 9, '10': 'fromSfuId'},
    const {'1': 'announced_tracks', '3': 2, '4': 3, '5': 11, '6': '.stream.video.sfu.models.TrackInfo', '10': 'announcedTracks'},
    const {'1': 'subscriptions', '3': 3, '4': 3, '5': 11, '6': '.stream.video.sfu.signal.TrackSubscriptionDetails', '10': 'subscriptions'},
  ],
};