TokenRow copyWith({String? userId, String? credentials}) => TokenRow( userId: userId ?? this.userId, credentials: credentials ?? this.credentials, );