CallScreenInfo constructor

CallScreenInfo(
  1. String phone,
  2. CallDirection direction
)

Implementation

CallScreenInfo(this.phone, this.direction);