copyWith method

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

Implementation

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