copyWith method

CheckBotUsername copyWith({
  1. String? username,
})

Implementation

CheckBotUsername copyWith({String? username}) =>
    CheckBotUsername(username: username ?? this.username);