Frontend first draft
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class OrganizationDescription {
|
||||
final String? logoUrl;
|
||||
|
||||
const OrganizationDescription({
|
||||
this.logoUrl,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user