toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (abbreviatedCity != null) 'abbreviatedCity': abbreviatedCity!,
      if (addressRecordType != null) 'addressRecordType': addressRecordType!,
      if (carrierRoute != null) 'carrierRoute': carrierRoute!,
      if (carrierRouteIndicator != null)
        'carrierRouteIndicator': carrierRouteIndicator!,
      if (cassProcessed != null) 'cassProcessed': cassProcessed!,
      if (county != null) 'county': county!,
      if (defaultAddress != null) 'defaultAddress': defaultAddress!,
      if (deliveryPointCheckDigit != null)
        'deliveryPointCheckDigit': deliveryPointCheckDigit!,
      if (deliveryPointCode != null) 'deliveryPointCode': deliveryPointCode!,
      if (dpvCmra != null) 'dpvCmra': dpvCmra!,
      if (dpvConfirmation != null) 'dpvConfirmation': dpvConfirmation!,
      if (dpvDoorNotAccessible != null)
        'dpvDoorNotAccessible': dpvDoorNotAccessible!,
      if (dpvDrop != null) 'dpvDrop': dpvDrop!,
      if (dpvEnhancedDeliveryCode != null)
        'dpvEnhancedDeliveryCode': dpvEnhancedDeliveryCode!,
      if (dpvFootnote != null) 'dpvFootnote': dpvFootnote!,
      if (dpvNoSecureLocation != null)
        'dpvNoSecureLocation': dpvNoSecureLocation!,
      if (dpvNoStat != null) 'dpvNoStat': dpvNoStat!,
      if (dpvNoStatReasonCode != null)
        'dpvNoStatReasonCode': dpvNoStatReasonCode!,
      if (dpvNonDeliveryDays != null)
        'dpvNonDeliveryDays': dpvNonDeliveryDays!,
      if (dpvNonDeliveryDaysValues != null)
        'dpvNonDeliveryDaysValues': dpvNonDeliveryDaysValues!,
      if (dpvPbsa != null) 'dpvPbsa': dpvPbsa!,
      if (dpvThrowback != null) 'dpvThrowback': dpvThrowback!,
      if (dpvVacant != null) 'dpvVacant': dpvVacant!,
      if (elotFlag != null) 'elotFlag': elotFlag!,
      if (elotNumber != null) 'elotNumber': elotNumber!,
      if (errorMessage != null) 'errorMessage': errorMessage!,
      if (ewsNoMatch != null) 'ewsNoMatch': ewsNoMatch!,
      if (fipsCountyCode != null) 'fipsCountyCode': fipsCountyCode!,
      if (lacsLinkIndicator != null) 'lacsLinkIndicator': lacsLinkIndicator!,
      if (lacsLinkReturnCode != null)
        'lacsLinkReturnCode': lacsLinkReturnCode!,
      if (pmbDesignator != null) 'pmbDesignator': pmbDesignator!,
      if (pmbNumber != null) 'pmbNumber': pmbNumber!,
      if (poBoxOnlyPostalCode != null)
        'poBoxOnlyPostalCode': poBoxOnlyPostalCode!,
      if (postOfficeCity != null) 'postOfficeCity': postOfficeCity!,
      if (postOfficeState != null) 'postOfficeState': postOfficeState!,
      if (standardizedAddress != null)
        'standardizedAddress': standardizedAddress!,
      if (suitelinkFootnote != null) 'suitelinkFootnote': suitelinkFootnote!,
    };