EncryptedApi constructor
const
EncryptedApi({})
Implementation
const EncryptedApi({
required super.api,
required this.key,
required this.iv,
required this.passcode,
required this.request,
required this.response,
this.type = ApiRequest.post,
super.status = const ApiStatus(),
});