VideoFeedMode enum Null safety
Constants
- column → const VideoFeedMode
-
const VideoFeedMode(1)
- grid → const VideoFeedMode
-
const VideoFeedMode(2)
- row → const VideoFeedMode
-
const VideoFeedMode(0)
-
values
→ const List<
VideoFeedMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
VideoFeedMode>
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. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited