getByInt static method
根据Int类型值获得枚举
index
Int常量
Return
枚举对象
Implementation
static GroupReceiveMessageOptEnum getByInt(int index) =>
GroupReceiveMessageOptEnum.values[index];
根据Int类型值获得枚举
index
Int常量
Return
枚举对象
static GroupReceiveMessageOptEnum getByInt(int index) =>
GroupReceiveMessageOptEnum.values[index];