taxShip property

  1. @TagNumber(4)
bool taxShip

Implementation

@$pb.TagNumber(4)
$core.bool get taxShip => $_getBF(3);
  1. @TagNumber(4)
void taxShip=(bool v)

Implementation

@$pb.TagNumber(4)
set taxShip($core.bool v) { $_setBool(3, v); }