notes property

  1. @TagNumber(5)
String get notes

Implementation

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

Implementation

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