googleService property

  1. @TagNumber(24)
GoogleServiceInfo googleService

Display information of a Google service

Implementation

@$pb.TagNumber(24)
GoogleServiceInfo get googleService => $_getN(23);
  1. @TagNumber(24)
void googleService=(GoogleServiceInfo v)

Implementation

@$pb.TagNumber(24)
set googleService(GoogleServiceInfo v) { setField(24, v); }