Contact constructor

Contact({
  1. required String? name,
})

Implementation

Contact({required this.name});