CustomMetadataValue class abstract

Abstract class for storing arbitrary metadata types.

By implementing this abstract class, multiple object types can be stored as desired, simply by adding fields to the implementation that refer to those objects and then assigning an instance of the CustomMetadataValue derived class to a map item.

Constructors

CustomMetadataValue(String getTagLambda())
Abstract class for storing arbitrary metadata types.
factory

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

getTag() → String
Obtains a tag that describes the instance of the abstract class.
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