upgrade deps and fix some lints
This commit is contained in:
@@ -604,7 +604,12 @@ class AutocompleteResult {
|
||||
final int totalItems;
|
||||
|
||||
AutocompleteResult(
|
||||
this.input, this.text, this.url, this.source, this.totalItems);
|
||||
this.input,
|
||||
this.text,
|
||||
this.url,
|
||||
this.source,
|
||||
this.totalItems,
|
||||
);
|
||||
}
|
||||
|
||||
// /// Represents all the different supported types of data that can be found from long clicking
|
||||
|
||||
Reference in New Issue
Block a user