APIAction constructor
APIAction({})
Implementation
APIAction(
{required this.url,
required this.method,
this.payload,
this.headers,
this.dataKey,
String? type})
: super(actionType: type ?? ActionTypeConstants.apiAction);