MBridgeIds class

Contains information about the loaded ad.

For debugging and logging purposes.

Constructors

MBridgeIds({required String placementId, required String unitId, required String bidToken})
Constructs a MBridgeIds with the placementId, unitId and bidToken.
const

Properties

bidToken String
final
hashCode int
The hash code for this object.
no setterinherited
placementId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitId 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
The equality operator.
inherited