AdModel class

Constructors

AdModel({required String id, required String creativeUrl, required String destinationUrl, required String format, required bool isActive, int? targetImpressions, int? targetClicks, int? currentImpressions, int? currentClicks, String? songId})
AdModel.fromJson(Map<String, dynamic> j)
factory

Properties

creativeUrl String
final
currentClicks int?
final
currentImpressions int?
final
destinationUrl String
final
format String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
isActive bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
songId String?
final
targetClicks int?
final
targetImpressions int?
final

Methods

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

Operators

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