AuthExportAuthorization constructor

const AuthExportAuthorization({
  1. required int dcId,
})

Auth Export Authorization constructor.

Implementation

const AuthExportAuthorization({required this.dcId}) : super._();