value property

int value
final

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;