collection property

@doc Query a collection and filter the results client-side.

Implementation

@$pb.TagNumber(1)
FFSimpleSearchAction_Collection get collection => $_getN(0);
  1. @TagNumber(1)
set collection (FFSimpleSearchAction_Collection value)

Implementation

@$pb.TagNumber(1)
set collection(FFSimpleSearchAction_Collection value) => $_setField(1, value);