HoverAction class

Constructors

HoverAction.new({int? id, String? publicId, String? name, int? channelId, String? networkName, String? countryAlpha2, String? rootCode, String? transportType, String? transactionType, int? fromInstitutionId, String? fromInstitutionName, int? toInstitutionId, String? toInstitutionName, String? toCountryAlpha2, int? createdTimestamp, int? updatedTimestamp, int? bountyAmount, bool? bountyIsOpen, bool? isReady, int? bonusPercent, String? bonusMessage, List? hniList, List? customSteps, List? tagsList, Map<String, dynamic>? requiredParams, Map<String, dynamic>? outputParams})
HoverAction.fromMap(Map<String, dynamic> json)
factory

Properties

bonusMessage String?
getter/setter pair
bonusPercent int?
getter/setter pair
bountyAmount int?
getter/setter pair
bountyIsOpen bool?
getter/setter pair
channelId int?
getter/setter pair
countryAlpha2 String?
getter/setter pair
createdTimestamp int?
getter/setter pair
customSteps List?
getter/setter pair
fromInstitutionId int?
getter/setter pair
getter/setter pair
fromInstitutionName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hniList List?
getter/setter pair
id int?
getter/setter pair
isReady bool?
getter/setter pair
name String?
getter/setter pair
networkName String?
getter/setter pair
outputParams Map<String, dynamic>?
getter/setter pair
publicId String?
getter/setter pair
requiredParams Map<String, dynamic>?
getter/setter pair
rootCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagsList List?
getter/setter pair
toCountryAlpha2 String?
getter/setter pair
toInstitutionId int?
getter/setter pair
getter/setter pair
toInstitutionName String?
getter/setter pair
transactionType String?
getter/setter pair
transportType String?
getter/setter pair
updatedTimestamp int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited