differentActiveIcon property

  1. @TagNumber(5)
bool get differentActiveIcon

Implementation

@$pb.TagNumber(5)
$core.bool get differentActiveIcon => $_getBF(4);
  1. @TagNumber(5)
set differentActiveIcon (bool value)

Implementation

@$pb.TagNumber(5)
set differentActiveIcon($core.bool value) => $_setBool(4, value);