recipient property Null safety

String recipient

Implementation

@$pb.TagNumber(3)
$core.String get recipient => $_getSZ(2);
void recipient=(String v)

Implementation

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