appEvents property

  1. @TagNumber(45)
PbList<FFAppEvent> get appEvents

@doc App events for the project (event bus communication primitive).

Implementation

@$pb.TagNumber(45)
$pb.PbList<FFAppEvent> get appEvents => $_getList(42);