formatNote property

  1. @TagNumber(4)
String get formatNote

If the format is unknown, this field holds additional information

Implementation

@$pb.TagNumber(4)
$core.String get formatNote => $_getSZ(3);
  1. @TagNumber(4)
set formatNote (String v)

Implementation

@$pb.TagNumber(4)
set formatNote($core.String v) { $_setString(3, v); }