toCallsign property

  1. @TagNumber(3)
String get toCallsign

Callsign of the recipient for the message

Implementation

@$pb.TagNumber(3)
$core.String get toCallsign => $_getSZ(2);
  1. @TagNumber(3)
set toCallsign (String value)

Implementation

@$pb.TagNumber(3)
set toCallsign($core.String value) => $_setString(2, value);