ModuleConfig constructor
const
ModuleConfig({
- String? name,
- Any? config,
- List<
GolangBinding> golangBindings = const [],
Implementation
const ModuleConfig({this.name, this.config, this.golangBindings = const []});