EmbeddingChoice enum Null safety
The embedding type to use with dart pad.
See: https://github.com/dart-lang/dart-pad/wiki/Embedding-Guide#embedding-choices
Constants
- dart → const EmbeddingChoice
-
const EmbeddingChoice(0)
- flutter → const EmbeddingChoice
-
const EmbeddingChoice(2)
- html → const EmbeddingChoice
-
const EmbeddingChoice(3)
- inline → const EmbeddingChoice
-
const EmbeddingChoice(1)
-
values
→ const List<
EmbeddingChoice> -
A constant List of the values in this enum, in order of their declaration.
const List<
EmbeddingChoice>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited