ModuleConfig constructor

const ModuleConfig({
  1. String? name,
  2. Any? config,
  3. List<GolangBinding> golangBindings = const [],
})

Implementation

const ModuleConfig({this.name, this.config, this.golangBindings = const []});