Contact constructor

Contact({
  1. required String name,
  2. required String number,
})

Implementation

Contact({required this.name, required this.number});