getBlockByName method
- String name
Accessor to the config of a particular register block
within the module by name name
.
Implementation
CsrBlockConfig getBlockByName(String name) => config.getBlockByName(name);
Accessor to the config of a particular register block
within the module by name name
.
CsrBlockConfig getBlockByName(String name) => config.getBlockByName(name);