allowContractIfCustomerDealDoesNotHaveValidInsuranceCertificate property

  1. @JsonKey.new(name: 'AllowContractIfCustomerDealDoesNotHaveValidInsuranceCertificate', includeIfNull: false)
bool? allowContractIfCustomerDealDoesNotHaveValidInsuranceCertificate
final

Implementation

@JsonKey(
    name: 'AllowContractIfCustomerDealDoesNotHaveValidInsuranceCertificate',
    includeIfNull: false)
final bool? allowContractIfCustomerDealDoesNotHaveValidInsuranceCertificate;