isCurrency property

  1. @TagNumber(4)
bool get isCurrency

Implementation

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

Implementation

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