fileUrl property

  1. @TagNumber(9)
FFVariable get fileUrl

@doc The file URL to pass to the agent.

Implementation

@$pb.TagNumber(9)
FFVariable get fileUrl => $_getN(8);
  1. @TagNumber(9)
set fileUrl (FFVariable value)

Implementation

@$pb.TagNumber(9)
set fileUrl(FFVariable value) => $_setField(9, value);