HoverAction constructor

HoverAction({
  1. int? id,
  2. String? publicId,
  3. String? name,
  4. int? channelId,
  5. String? networkName,
  6. String? countryAlpha2,
  7. String? rootCode,
  8. String? transportType,
  9. String? transactionType,
  10. int? fromInstitutionId,
  11. String? fromInstitutionName,
  12. int? toInstitutionId,
  13. String? toInstitutionName,
  14. String? toCountryAlpha2,
  15. int? createdTimestamp,
  16. int? updatedTimestamp,
  17. int? bountyAmount,
  18. bool? bountyIsOpen,
  19. bool? isReady,
  20. int? bonusPercent,
  21. String? bonusMessage,
  22. List? hniList,
  23. List? customSteps,
  24. List? tagsList,
  25. Map<String, dynamic>? requiredParams,
  26. Map<String, dynamic>? outputParams,
})

Implementation

HoverAction({
  this.id,
  this.publicId,
  this.name,
  this.channelId,
  this.networkName,
  this.countryAlpha2,
  this.rootCode,
  this.transportType,
  this.transactionType,
  this.fromInstitutionId,
  this.fromInstitutionName,
  this.fromInstitutionLogo,
  this.toInstitutionId,
  this.toInstitutionName,
  this.toInstitutionLogo,
  this.toCountryAlpha2,
  this.createdTimestamp,
  this.updatedTimestamp,
  this.bountyAmount,
  this.bountyIsOpen,
  this.isReady,
  this.bonusPercent,
  this.bonusMessage,
  this.hniList,
  this.customSteps,
  this.tagsList,
  this.requiredParams,
  this.outputParams,
});