MakerInfo constructor
const
MakerInfo({})
Implementation
const MakerInfo({
required this.type,
required this.id,
required this.lat,
required this.lng,
required this.name,
required this.address,
required this.phone,
required this.img,
required this.fax,
required this.email,
required this.routingInfo,
});