intValue property

int intValue

Returns int value of the event status.

  • -2 == removed;
  • -1 == error;
  • 0 == sending;
  • 1 == sent;
  • 2 == synced;
  • 3 == roomState;

Implementation

int get intValue => (index - 2);