$EventNoteStatusMap top-level constant

Map<EventNoteStatus, String> const $EventNoteStatusMap

Implementation

const $EventNoteStatusMap = {
  EventNoteStatus.active: 'active',
  EventNoteStatus.hidden: 'hidden',
  EventNoteStatus.deleted: 'deleted',
  EventNoteStatus.swaggerGeneratedUnknown: ''
};