result property
For simplicity, the result is returned as a JSON-encoded string. In a real-world scenario you might define a more structured response.
Implementation
@$pb.TagNumber(1)
$core.String get result => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set result($core.String value) => $_setString(0, value);