increase min sdk and apply new formatter
This commit is contained in:
@@ -12,9 +12,5 @@ class WebPageInfo {
|
||||
bool get isPageInfoComplete =>
|
||||
(title?.isNotEmpty ?? false) && favicon != null;
|
||||
|
||||
WebPageInfo({
|
||||
required this.url,
|
||||
this.title,
|
||||
this.favicon,
|
||||
});
|
||||
WebPageInfo({required this.url, this.title, this.favicon});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user