IDPStylingType$json top-level constant

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

Implementation

@$core.Deprecated('Use iDPStylingTypeDescriptor instead')
const IDPStylingType$json = const {
  '1': 'IDPStylingType',
  '2': const [
    const {'1': 'STYLING_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'STYLING_TYPE_GOOGLE', '2': 1},
  ],
};