AesSuccessActionDataResult_Decrypted constructor

const AesSuccessActionDataResult_Decrypted({
  1. required AesSuccessActionDataDecrypted data,
})

Implementation

const factory AesSuccessActionDataResult_Decrypted({required final AesSuccessActionDataDecrypted data}) =
    _$AesSuccessActionDataResult_DecryptedImpl;