copyWith method

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

Implementation

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