core.Map<core.String, core.dynamic> toJson() => { if (deliveryType != null) 'deliveryType': deliveryType!, if (email != null) 'email': email!, if (kind != null) 'kind': kind!, };