collection property
@doc Query a collection and filter the results client-side.
Implementation
@$pb.TagNumber(1)
FFSimpleSearchAction_Collection get collection => $_getN(0);
Implementation
@$pb.TagNumber(1)
set collection(FFSimpleSearchAction_Collection value) => $_setField(1, value);