network property
The part of the config that is specific to the Wifi Settings
Implementation
@$pb.TagNumber(4)
$0.Config_NetworkConfig get network => $_getN(3);
Implementation
@$pb.TagNumber(4)
set network($0.Config_NetworkConfig value) => $_setField(4, value);