# EnumValue
EnumValue is constant's key value for collection in [`Enum`](Enum.md).

## Properties

### `key`
`Number`<br/>
The key of value. This key for sending / receiving value of key from server. 

### `name`
`String`<br/>
The name of value.

### `type`
`String`<br/>
The type of enumeration.

## Constructors

`new EnumValue(key: Number, name: String, type: String)`

#### Arguments
- `key: Number` - the key of value.
- `name: String` - the name of value.
- `type: String` - the type of enumeration.

## Static methods

### `EnumValue.createEmpty`
`EnumValue.createEmpty() => EnumValue`<br/>
Create empty model of `EnumValue`.
