Add issue templates, contribution guidelines, and code of conduct; update CI/CD workflows and project metadata
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ class ListOr<T> extends Object with ListMixin<T> {
|
||||
@override
|
||||
String toString() {
|
||||
if (_items.length == 1) {
|
||||
return _items.firstOrNull.toString();
|
||||
return _items.first.toString();
|
||||
}
|
||||
return _items.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user