Metadata__Value enum
Values
- stringValue → const Metadata__Value
- integerValue → const Metadata__Value
- doubleValue → const Metadata__Value
- booleanValue → const Metadata__Value
- listOfStringsValue → const Metadata__Value
- notSet → const Metadata__Value
Properties
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<
Metadata__Value> - A constant List of the values in this enum, in order of their declaration.