updated project style guidelines
This commit is contained in:
@ -9,9 +9,7 @@ class MessageProps extends DataHolder {
|
||||
GetMessagesResponse get getMessagesResponse => _getMessagesResponse!;
|
||||
|
||||
@override
|
||||
List<ApiResponse?> properties() {
|
||||
return [_getMessagesResponse];
|
||||
}
|
||||
List<ApiResponse?> properties() => [_getMessagesResponse];
|
||||
|
||||
@override
|
||||
void run({renew}) {
|
||||
@ -24,4 +22,4 @@ class MessageProps extends DataHolder {
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user