resolutionWidth property
- @TagNumber(2)
/ The width and height of the image frame.
Implementation
@$pb.TagNumber(2)
$core.int get resolutionWidth => $_getIZ(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set resolutionWidth($core.int v) { $_setSignedInt32(1, v); }