customerId property

String? get customerId

Implementation

String? get customerId => _customerId;
set customerId (String? value)

Implementation

set customerId(String? value) => _customerId = value;