IntentResult constructor

IntentResult({
  1. IntentMethods? methods,
  2. IntentDetails? details,
})

Implementation

IntentResult({
  this.methods,
  this.details,
});