values constant

List<OwnerType> const values

Implementation

static const $core.List<OwnerType> values = <OwnerType>[
  OWNER_TYPE_UNSPECIFIED,
  OWNER_TYPE_SYSTEM,
  OWNER_TYPE_INSTANCE,
  OWNER_TYPE_ORG,
];