updated project style guidelines
This commit is contained in:
@ -11,9 +11,7 @@ class ChatListProps extends DataHolder {
|
||||
GetRoomResponse get getRoomsResponse => _getRoomResponse!;
|
||||
|
||||
@override
|
||||
List<ApiResponse?> properties() {
|
||||
return [_getRoomResponse];
|
||||
}
|
||||
List<ApiResponse?> properties() => [_getRoomResponse];
|
||||
|
||||
@override
|
||||
void run({renew}) {
|
||||
@ -27,4 +25,4 @@ class ChatListProps extends DataHolder {
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user