mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 19:08:46 -04:00
fix display name in database
This commit is contained in:
@@ -17,7 +17,7 @@ class PriceRange {
|
||||
}
|
||||
|
||||
class Seller implements Comparable<Seller> {
|
||||
String name = "";
|
||||
String? name = "Unknown Seller";
|
||||
String uid = "";
|
||||
List<dynamic> location;
|
||||
TimeRange availableTime;
|
||||
|
Reference in New Issue
Block a user