state property

  1. @TagNumber.new(4)
ApplicationState get state

The current state of the application.

Implementation

@$pb.TagNumber(4)
ApplicationState get state => $_getN(3);
  1. @TagNumber.new(4)
set state (ApplicationState value)

Implementation

@$pb.TagNumber(4)
set state(ApplicationState value) => $_setField(4, value);