copyWith method

MessageSupergroupChatCreate copyWith({
  1. String? title,
})

Implementation

MessageSupergroupChatCreate copyWith({String? title}) =>
    MessageSupergroupChatCreate(title: title ?? this.title);