PhoneSaveCallLog constructor

const PhoneSaveCallLog({
  1. required InputPhoneCallBase peer,
  2. required InputFileBase file,
})

Phone Save Call Log constructor.

Implementation

const PhoneSaveCallLog({required this.peer, required this.file}) : super._();