CampaignCount class

Annotations
  • @freezed

Constructors

CampaignCount.new({@JsonKey(name: 'campaign_id') required String campaignId, @JsonKey(name: 'campaign_name') String? campaignName, @JsonKey(name: 'total_emails_sent') int? totalEmailsSent, @JsonKey(name: 'emails_read') int? emailsRead, @JsonKey(name: 'new_leads_contacted') int? newLeadsContacted, @JsonKey(name: 'leads_replied') int? leadsReplied, @JsonKey(name: 'leads_read') int? leadsRead})
const
factory
CampaignCount.fromJson(Map<String, dynamic> json)
factory

Properties

campaignId String
no setterinherited
campaignName String?
no setterinherited
copyWith → $CampaignCountCopyWith<CampaignCount>
no setterinherited
emailsRead int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
leadsRead int?
no setterinherited
leadsReplied int?
no setterinherited
newLeadsContacted int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalEmailsSent int?
no setterinherited

Methods

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

Operators

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