copyWith method

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

Implementation

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