inputImageHeight property

  1. @TagNumber.new(16)
int get inputImageHeight

Implementation

@$pb.TagNumber(16)
$core.int get inputImageHeight => $_getIZ(15);
  1. @TagNumber.new(16)
set inputImageHeight (int value)

Implementation

@$pb.TagNumber(16)
set inputImageHeight($core.int value) => $_setSignedInt32(15, value);