customFormat property

  1. @TagNumber(7)
String get customFormat

Implementation

@$pb.TagNumber(7)
$core.String get customFormat => $_getSZ(5);
  1. @TagNumber(7)
set customFormat (String value)

Implementation

@$pb.TagNumber(7)
set customFormat($core.String value) => $_setString(5, value);