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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited