isCustom property

  1. @TagNumber(7)
bool get isCustom

Implementation

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

Implementation

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