streamHeight property
- @TagNumber(16)
/ The height of the image data streamed
Implementation
@$pb.TagNumber(16)
$core.int get streamHeight => $_getIZ(15);
- @TagNumber(16)
Implementation
@$pb.TagNumber(16)
set streamHeight($core.int v) { $_setSignedInt32(15, v); }