ProposalBaseRequiredNamespace constructor

const ProposalBaseRequiredNamespace({
  1. required List<String> chains,
  2. required List<String> methods,
  3. required List<String> events,
})

Implementation

const ProposalBaseRequiredNamespace({
  required this.chains,
  required this.methods,
  required this.events,
});