MethodSelection constructor

MethodSelection({
  1. required IntentMethods methods,
})

Implementation

MethodSelection({
  required this.methods,
});