url property
The URL to which the form should be submitted using the POST method.
Implementation
@$pb.TagNumber(1)
$core.String get url => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set url($core.String value) => $_setString(0, value);
The URL to which the form should be submitted using the POST method.
@$pb.TagNumber(1)
$core.String get url => $_getSZ(0);
@$pb.TagNumber(1)
set url($core.String value) => $_setString(0, value);