formatNote property
If the format is unknown, this field holds additional information
Implementation
@$pb.TagNumber(4)
$core.String get formatNote => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set formatNote($core.String v) { $_setString(3, v); }