customer property

String? customer

Implementation

String? get customer => _$this._customer;
void customer=(String? customer)

Implementation

set customer(String? customer) => _$this._customer = customer;