configStructure property

List<ConfigGroupingInput> get configStructure
inherited

configStructure is the structure of the configuration for the protocol.

Implementation

set commandsStructure(List<CommandDefinitionInput> value);/// [configStructure] is the structure of the configuration for the protocol.
List<ConfigGroupingInput> get configStructure;
set configStructure (List<ConfigGroupingInput> value)
inherited

configStructure is the structure of the configuration for the protocol.

Implementation

List<ConfigGroupingInput> get configStructure;/// [configStructure] is the structure of the configuration for the protocol.
set configStructure(List<ConfigGroupingInput> value);