CustomerId constructor

const CustomerId({
  1. required String id,
})

Implementation

const CustomerId({required this.id});