IntentResult constructor
IntentResult({
- IntentMethods? methods,
- IntentDetails? details,
Implementation
IntentResult({
this.methods,
this.details,
});
IntentResult({
this.methods,
this.details,
});