ContentMetadata constructor
ContentMetadata({
- ContentMetadataCurrentuser? currentuser,
- GenericLinks? properties,
- Map<
String, dynamic> ? frontend, - dynamic labels,
Implementation
ContentMetadata(
{this.currentuser, this.properties, this.frontend, this.labels});