toCallsign property
Callsign of the recipient for the message
Implementation
@$pb.TagNumber(3)
$core.String get toCallsign => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set toCallsign($core.String value) => $_setString(2, value);
Callsign of the recipient for the message
@$pb.TagNumber(3)
$core.String get toCallsign => $_getSZ(2);
@$pb.TagNumber(3)
set toCallsign($core.String value) => $_setString(2, value);