apiCall property

  1. @TagNumber(3)
FFApiCall get apiCall

@doc Make an API call.

Implementation

@$pb.TagNumber(3)
FFApiCall get apiCall => $_getN(2);
  1. @TagNumber(3)
set apiCall (FFApiCall value)

Implementation

@$pb.TagNumber(3)
set apiCall(FFApiCall value) => $_setField(3, value);