state property
Output only. State of the application.
Implementation
@$pb.TagNumber(9)
Application_State get state => $_getN(8);
Implementation
@$pb.TagNumber(9)
set state(Application_State v) {
setField(9, v);
}
Output only. State of the application.
@$pb.TagNumber(9)
Application_State get state => $_getN(8);
@$pb.TagNumber(9)
set state(Application_State v) {
setField(9, v);
}