state property

int? state

Implementation

int? get state;
void state=(int? state)

Implementation

set state(int? state);