fix display name in database

This commit is contained in:
Ashish Bailkeri
2023-02-26 13:56:21 -05:00
parent d00c9cb5b9
commit bba9c5a4cc
2 changed files with 18 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ class PriceRange {
}
class Seller implements Comparable<Seller> {
String name = "";
String? name = "Unknown Seller";
String uid = "";
List<dynamic> location;
TimeRange availableTime;