ContentMetadata class
Metadata object for page, blogpost, comment content
Constructors
-
ContentMetadata({ContentMetadataCurrentuser? currentuser, GenericLinks? properties, Map<
String, dynamic> ? frontend, dynamic labels}) -
ContentMetadata.fromJson(Map<
String, Object?> json) -
factory
Properties
- currentuser → ContentMetadataCurrentuser?
-
final
-
frontend
→ Map<
String, dynamic> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- labels → dynamic
-
final
- properties → GenericLinks?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{ContentMetadataCurrentuser? currentuser, GenericLinks? properties, Map< String, dynamic> ? frontend, dynamic labels}) → ContentMetadata -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited