state property
The current state of the application.
Implementation
@$pb.TagNumber(4)
ApplicationState get state => $_getN(3);
Implementation
@$pb.TagNumber(4)
set state(ApplicationState value) => $_setField(4, value);
The current state of the application.
@$pb.TagNumber(4)
ApplicationState get state => $_getN(3);
@$pb.TagNumber(4)
set state(ApplicationState value) => $_setField(4, value);