values constant

List<MappingMode> const values

Implementation

static const $core.List<MappingMode> values = <MappingMode> [
  MAPPING_MODE_UNSPECIFIED,
  MAPPING_MODE_CREATE_NEW_MAP,
  MAPPING_MODE_LOCALIZE_ONLY,
  MAPPING_MODE_UPDATE_EXISTING_MAP,
];