SelectContact constructor

SelectContact({
  1. String? name,
  2. String? number,
})

Implementation

SelectContact({this.name, this.number});