IronSourceImpressionData class

For ILR data

Constructors

IronSourceImpressionData({String? auctionId, String? adUnit, String? country, String? ab, String? segmentName, String? placement, String? adNetwork, String? instanceName, String? instanceId, double? revenue, String? precision, double? lifetimeRevenue, String? encryptedCPM})

Properties

ab String?
final
adNetwork String?
final
adUnit String?
final
auctionId String?
final
country String?
final
encryptedCPM String?
final
hashCode int
The hash code for this object.
no setteroverride
instanceId String?
final
instanceName String?
final
lifetimeRevenue double?
final
placement String?
final
precision String?
final
revenue double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segmentName String?
final

Methods

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

Operators

operator ==(Object other) bool
Equality overrides
override