WPMetaDataActionType enum

Inheritance

Constructors

WPMetaDataActionType()
const

Values

Create → const WPMetaDataActionType

MetaData action type WPMetaDataActionType.Create is used for creating/adding additional meta data to a key.

Update → const WPMetaDataActionType

MetaData action type WPMetaDataActionType.Update is used for updating a meta data key. If the meta field for the user does not exist, it will be added.

Delete → const WPMetaDataActionType

MetaData action type WPMetaDataActionType.Delete is used for deleting a meta data key and value. You can optionally pass in a value to only remove that value from the the array of data.

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<WPMetaDataActionType>
A constant List of the values in this enum, in order of their declaration.