ContentTypeDescription class

Annotations
  • @JsonSerializable()

Constructors

ContentTypeDescription()
ContentTypeDescription.fromJson(Map<String, dynamic> json)
factory

Properties

allowComments bool?
getter/setter pair
autoEnglishPropertyFallback bool?
getter/setter pair
bindIdentifierToProperty String?
getter/setter pair
boundRegex String?
getter/setter pair
bulkUploadable bool?
getter/setter pair
contentDescription String?
getter/setter pair
cType String?
getter/setter pair
forceIdentifierBinding bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pair
previewImage String?
getter/setter pair
previews List<ContentPreview>?
getter/setter pair
priority int?
getter/setter pair
properties List<ContentTypeProperty>?
getter/setter pair
propertySections List<ContentTypePropertySection>?
getter/setter pair
reminder String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showInContentEditor bool?
getter/setter pair
suppressCmsPath bool?
getter/setter pair
tagMetadata List<TagMetadataDefinition>?
getter/setter pair
tagMetadataItems Map<String, TagMetadataItem>?
getter/setter pair
typeOf String?
getter/setter pair
usageExamples List<String>?
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<ContentTypeDescription>