returnImage property
whether or not including the image in the response
Implementation
@$pb.TagNumber(3)
$core.bool get returnImage => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set returnImage($core.bool v) { $_setBool(2, v); }
whether or not including the image in the response
@$pb.TagNumber(3)
$core.bool get returnImage => $_getBF(2);
@$pb.TagNumber(3)
set returnImage($core.bool v) { $_setBool(2, v); }