updated project linter-rules and enforced them
This commit is contained in:
@ -4,7 +4,7 @@ import '../../api/marianumcloud/talk/chat/getChatResponse.dart';
|
||||
import '../dataHolder.dart';
|
||||
|
||||
class ChatProps extends DataHolder {
|
||||
String _queryToken = "";
|
||||
String _queryToken = '';
|
||||
DateTime _lastTokenSet = DateTime.now();
|
||||
|
||||
GetChatResponse? _getChatResponse;
|
||||
|
Reference in New Issue
Block a user