modules property

  1. @TagNumber(5)
List<ModuleConfig> get modules

The host can either be a Client connection to a Server, or a Server connecting to another Server.

Implementation

@$pb.TagNumber(5)
$core.List<ModuleConfig> get modules => $_getList(4);