copyWith method

InputBackgroundPrevious copyWith({
  1. int? messageId,
})

Implementation

InputBackgroundPrevious copyWith({int? messageId}) =>
    InputBackgroundPrevious(messageId: messageId ?? this.messageId);