Organization constructor
const
Organization({})
Implementation
const Organization({
required this.orgId,
required this.name,
required this.isOwner,
required this.isAdmin,
required this.isVerified,
required this.config,
required this.quotas,
});