jab property

  1. @TagNumber(10)
bool jab

Custom actions

Implementation

@$pb.TagNumber(10)
$core.bool get jab => $_getBF(9);
  1. @TagNumber(10)
void jab=(bool v)

Implementation

@$pb.TagNumber(10)
set jab($core.bool v) { $_setBool(9, v); }