WorkShop constructor
WorkShop({
- String? id,
- String? name,
- required bool isCenter,
- String? phoneNumber,
- required CustomLocation loc,
Implementation
WorkShop(
{this.id,
this.name,
required this.isCenter,
this.phoneNumber,
required this.loc});