Organization constructor
Organization({})
Implementation
Organization({
required this.id,
required this.name,
required this.logo,
required this.createdAt,
required this.slug,
required this.metadata,
});
Organization({
required this.id,
required this.name,
required this.logo,
required this.createdAt,
required this.slug,
required this.metadata,
});