value property
This is an integer representation of the enum. This value must match with the int representation of the enum in the platform side.
Implementation
final int value;
This is an integer representation of the enum. This value must match with the int representation of the enum in the platform side.
final int value;