cardDisplayCountValue property

  1. @TagNumber(15)
FFIntegerValue get cardDisplayCountValue

Implementation

@$pb.TagNumber(15)
FFIntegerValue get cardDisplayCountValue => $_getN(14);
  1. @TagNumber(15)
set cardDisplayCountValue (FFIntegerValue value)

Implementation

@$pb.TagNumber(15)
set cardDisplayCountValue(FFIntegerValue value) => $_setField(15, value);