function property

  1. @TagNumber(1)
FFCustomFunction get function

@doc A custom function.

Implementation

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

Implementation

@$pb.TagNumber(1)
set function(FFCustomFunction value) => $_setField(1, value);