customFunction property

  1. @TagNumber(4)
FFCustomFunction get customFunction

Implementation

@$pb.TagNumber(4)
FFCustomFunction get customFunction => $_getN(3);
  1. @TagNumber(4)
set customFunction (FFCustomFunction value)

Implementation

@$pb.TagNumber(4)
set customFunction(FFCustomFunction value) => $_setField(4, value);