Organization constructor
Organization({})
Implementation
Organization({
required this.id,
required this.creatorId,
required this.name,
required this.addresses,
required this.emails,
required this.phones,
required this.responsibles,
required this.createdAt,
required this.updatedAt,
});