ContentPropertyDataTypeEnum enum

Inheritance

Constructors

ContentPropertyDataTypeEnum()
const

Values

None → const ContentPropertyDataTypeEnum

None = 0

Plaintext → const ContentPropertyDataTypeEnum

Plaintext = 1

Html → const ContentPropertyDataTypeEnum

Html = 2

Dropdown = 3

List → const ContentPropertyDataTypeEnum

List = 4

Json → const ContentPropertyDataTypeEnum

Json = 5

Content → const ContentPropertyDataTypeEnum

Content = 6

Representation → const ContentPropertyDataTypeEnum

Representation = 7

Set → const ContentPropertyDataTypeEnum

Set = 8

File → const ContentPropertyDataTypeEnum

File = 9

FolderSet → const ContentPropertyDataTypeEnum

FolderSet = 10

Date → const ContentPropertyDataTypeEnum

Date = 11

MultilinePlaintext → const ContentPropertyDataTypeEnum

MultilinePlaintext = 12

DestinyContent → const ContentPropertyDataTypeEnum

DestinyContent = 13

Color → const ContentPropertyDataTypeEnum

Color = 14

ProtectedInvalidEnumValue → const ContentPropertyDataTypeEnum

value not found fallback

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ContentPropertyDataTypeEnum>
A constant List of the values in this enum, in order of their declaration.