allowRotation property

  1. @TagNumber(1)
bool get allowRotation

@doc Allow rotating the expanded image.

Implementation

@$pb.TagNumber(1)
$core.bool get allowRotation => $_getBF(0);
  1. @TagNumber(1)
set allowRotation (bool value)

Implementation

@$pb.TagNumber(1)
set allowRotation($core.bool value) => $_setBool(0, value);