thread_info property

Object? get thread_info

thread_info (getter)

Implementation

Object? get thread_info => getAttribute("thread_info");
set thread_info (Object? thread_info)

thread_info (setter)

Implementation

set thread_info(Object? thread_info) =>
    setAttribute("thread_info", thread_info);