isCustom property

  1. @TagNumber(3)
bool get isCustom

Implementation

@$pb.TagNumber(3)
$core.bool get isCustom => $_getBF(2);
  1. @TagNumber(3)
set isCustom (bool value)

Implementation

@$pb.TagNumber(3)
set isCustom($core.bool value) => $_setBool(2, value);