CallerID constructor

CallerID(
  1. String name,
  2. String number
)

Implementation

CallerID(this.name, this.number);