functionCall property

  1. @TagNumber(10)
FFFunctionCall get functionCall

A variable built from a function call - currently only String interpolation.

Implementation

@$pb.TagNumber(10)
FFFunctionCall get functionCall => $_getN(9);
  1. @TagNumber(10)
set functionCall (FFFunctionCall value)

Implementation

@$pb.TagNumber(10)
set functionCall(FFFunctionCall value) => $_setField(10, value);