TerminateThreadsArguments.fromMap(Map<String, Object?> obj) : threadIds = (obj['threadIds'] as List?)?.map((item) => item as int).toList();