This is my class which holds the Object shop. I\'m using BLOC pattern.
@immutable class Shop { final String id; final String userId; final String shopName; fi