Campaindata class

Constructors

Campaindata({String? campaignId, String? creativeId, String? headline, String? tracker, String? brandname, String? uniqueClickId, String? cTA, int? count})
Campaindata.fromJson(Map<String, dynamic> json)

Properties

brandname String?
getter/setter pair
campaignId String?
getter/setter pair
count int?
getter/setter pair
creativeId String?
getter/setter pair
cTA String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headline String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracker String?
getter/setter pair
uniqueClickId String?
getter/setter pair

Methods

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

Operators

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