AndroidIntent constructor
const
AndroidIntent({})
Implementation
const AndroidIntent({
this.action,
this.flags,
this.category,
this.data,
this.arguments,
this.arrayArguments,
this.package,
this.componentName,
this.type,
});