toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accountId = this.accountId;
  final aggregatorInfo = this.aggregatorInfo;
  final bookingLead = this.bookingLead;
  final businessName = this.businessName;
  final chargeStatus = this.chargeStatus;
  final currencyCode = this.currencyCode;
  final disputeStatus = this.disputeStatus;
  final geo = this.geo;
  final googleAdsLeadId = this.googleAdsLeadId;
  final leadCategory = this.leadCategory;
  final leadCreationTimestamp = this.leadCreationTimestamp;
  final leadId = this.leadId;
  final leadPrice = this.leadPrice;
  final leadType = this.leadType;
  final messageLead = this.messageLead;
  final phoneLead = this.phoneLead;
  final timezone = this.timezone;
  return {
    'accountId': ?accountId,
    'aggregatorInfo': ?aggregatorInfo,
    'bookingLead': ?bookingLead,
    'businessName': ?businessName,
    'chargeStatus': ?chargeStatus,
    'currencyCode': ?currencyCode,
    'disputeStatus': ?disputeStatus,
    'geo': ?geo,
    'googleAdsLeadId': ?googleAdsLeadId,
    'leadCategory': ?leadCategory,
    'leadCreationTimestamp': ?leadCreationTimestamp,
    'leadId': ?leadId,
    'leadPrice': ?leadPrice,
    'leadType': ?leadType,
    'messageLead': ?messageLead,
    'phoneLead': ?phoneLead,
    'timezone': ?timezone,
  };
}