appState property
@doc Encapsulates global variables that hold the current state of the app.
Implementation
@$pb.TagNumber(16)
FFAppState get appState => $_getN(13);
Implementation
@$pb.TagNumber(16)
set appState(FFAppState value) => $_setField(16, value);