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