ContentTypeProperty class

Annotations
  • @JsonSerializable()

Constructors

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

Properties

attributes Map<String, String>?
getter/setter pair
bindToProperty String?
getter/setter pair
boundRegex String?
getter/setter pair
childProperties List<ContentTypeProperty>?
getter/setter pair
contentTypeAllowed String?
getter/setter pair
datatype ContentPropertyDataTypeEnum?
getter/setter pair
defaultValues List<ContentTypeDefaultValue>?
getter/setter pair
enabled bool?
getter/setter pair
entitytype String?
getter/setter pair
fallback bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCombo bool?
getter/setter pair
isExternalAllowed bool?
getter/setter pair
isImage bool?
getter/setter pair
isTitle bool?
getter/setter pair
isVideo bool?
getter/setter pair
legalContentTypes List<String>?
getter/setter pair
localizable bool?
getter/setter pair
maxByteLength int?
getter/setter pair
maxFileSize int?
getter/setter pair
maxHeight int?
getter/setter pair
maxLength int?
getter/setter pair
maxWidth int?
getter/setter pair
minHeight int?
getter/setter pair
minWidth int?
getter/setter pair
name String?
getter/setter pair
order int?
getter/setter pair
propertyDescription String?
getter/setter pair
propertySection String?
getter/setter pair
readableName String?
getter/setter pair
regexp String?
getter/setter pair
representationSelection Map<String, String>?
getter/setter pair
representationValidationString String?
getter/setter pair
required bool?
getter/setter pair
rootPropertyName String?
getter/setter pair
rssAttribute String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suppressProperty bool?
getter/setter pair
validateAs String?
getter/setter pair
value String?
getter/setter pair
visible bool?
getter/setter pair
visibleDependency String?
getter/setter pair
visibleOn String?
getter/setter pair
weight int?
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<ContentTypeProperty>