fields property

  1. @TagNumber(1)
PbList<FFAppStateField> get fields

@doc The list of app state variables defined for the project.

Implementation

@$pb.TagNumber(1)
$pb.PbList<FFAppStateField> get fields => $_getList(0);