Input_Mutability$json top-level constant

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

Implementation

@$core.Deprecated('Use inputDescriptor instead')
const Input_Mutability$json = {
  '1': 'Mutability',
  '2': [
    {'1': 'MUTABILITY_UNKNOWN', '2': 0},
    {'1': 'IMMUTABLE', '2': 1},
    {'1': 'MUTABLE', '2': 2},
    {'1': 'NON_EXCLUSIVE_WRITE', '2': 3},
  ],
};