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