SDKIPCResponse<T> constructor
SDKIPCResponse<T> ({})
Implementation
SDKIPCResponse(
{required this.success,
required this.error,
required this.data,
required this.errorCode,
required this.action});