title method

T title(
  1. String title
)

Implementation

T title(String title) {
  title = title;

  return this as T;
}