value property

int value
final

Integer representation of the enum. This should match with the int value of the platform side enum.

Implementation

final int value;