title method

String? title(
  1. String? title
)

Implementation

String? title(String? title) {
  return thread?.threadName ?? title;
}