CallScreenInfo constructor
CallScreenInfo(
- String phone,
- CallDirection direction
Implementation
CallScreenInfo(this.phone, this.direction);
CallScreenInfo(this.phone, this.direction);