GetDevicePartitionsRequest_Mode$json top-level constant

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

Implementation

@$core.Deprecated('Use getDevicePartitionsRequestDescriptor instead')
const GetDevicePartitionsRequest_Mode$json = const {
  '1': 'Mode',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'SYSTEM', '2': 2},
    const {'1': 'INITIAL', '2': 3},
    const {'1': 'REPARTITION', '2': 4},
  ],
};