modulesToInject property

  1. @TagNumber(3)
List<ModuleInjectionDescription> get modulesToInject

Contains names of Modules which were sent as payload and can be injected by the corresponding Runtimes.

Implementation

@$pb.TagNumber(3)
$core.List<ModuleInjectionDescription> get modulesToInject => $_getList(2);