factory WrapperSessionScanResponseAbort.fromJson(Map<String, dynamic> json) => WrapperSessionScanResponseAbort( message: json["message"], );