copyWith method

LoadQuickReplyShortcutMessages copyWith({
  1. int? shortcutId,
})

Implementation

LoadQuickReplyShortcutMessages copyWith({int? shortcutId}) =>
    LoadQuickReplyShortcutMessages(shortcutId: shortcutId ?? this.shortcutId);