functionCall property
A variable built from a function call - currently only String interpolation.
Implementation
@$pb.TagNumber(10)
FFFunctionCall get functionCall => $_getN(9);
Implementation
@$pb.TagNumber(10)
set functionCall(FFFunctionCall value) => $_setField(10, value);