latestConnectionAttempt property

  1. @TagNumber(4)
NetworkInfo latestConnectionAttempt

Implementation

@$pb.TagNumber(4)
NetworkInfo get latestConnectionAttempt => $_getN(3);
  1. @TagNumber(4)
void latestConnectionAttempt=(NetworkInfo v)

Implementation

@$pb.TagNumber(4)
set latestConnectionAttempt(NetworkInfo v) { setField(4, v); }