PhoneRequestCall constructor

const PhoneRequestCall({
  1. required bool video,
  2. required InputUserBase userId,
  3. required int randomId,
  4. required Uint8List gAHash,
  5. required PhoneCallProtocolBase protocol,
})

Phone Request Call constructor.

Implementation

const PhoneRequestCall({
  required this.video,
  required this.userId,
  required this.randomId,
  required this.gAHash,
  required this.protocol,
}) : super._();