AuthDropTempAuthKeys constructor

const AuthDropTempAuthKeys({
  1. required List<int> exceptAuthKeys,
})

Auth Drop Temp Auth Keys constructor.

Implementation

const AuthDropTempAuthKeys({
  required this.exceptAuthKeys,
}) : super._();