$OwnershipTypeMap top-level constant

Map<OwnershipType, String> const $OwnershipTypeMap

Implementation

const $OwnershipTypeMap = {
  OwnershipType.$null: 'null',
  OwnershipType.individual: 'individual',
  OwnershipType.joint: 'joint',
  OwnershipType.association: 'association',
  OwnershipType.trust: 'trust'
};