postForm property

  1. @TagNumber(4)
List<int> postForm

The HTML form with the embedded POST call information to render and execute.

Implementation

@$pb.TagNumber(4)
$core.List<$core.int> get postForm => $_getN(3);
  1. @TagNumber(4)
void postForm=(List<int> v)

Implementation

@$pb.TagNumber(4)
set postForm($core.List<$core.int> v) { $_setBytes(3, v); }