callerIp property Null safety

String callerIp

Implementation

@$pb.TagNumber(1)
$core.String get callerIp => $_getSZ(0);
void callerIp=(String v)

Implementation

@$pb.TagNumber(1)
set callerIp($core.String v) { $_setString(0, v); }