ContentMetadata constructor

ContentMetadata({
  1. ContentMetadataCurrentuser? currentuser,
  2. GenericLinks? properties,
  3. Map<String, dynamic>? frontend,
  4. dynamic labels,
})

Implementation

ContentMetadata(
    {this.currentuser, this.properties, this.frontend, this.labels});