getTitle method

String? getTitle()

Implementation

String? getTitle() {
  return model.title;
}