copyWith method
Implementation
CheckAuthenticationBotToken copyWith({String? token}) =>
CheckAuthenticationBotToken(token: token ?? this.token);
CheckAuthenticationBotToken copyWith({String? token}) =>
CheckAuthenticationBotToken(token: token ?? this.token);