Source class
A source for the editor.
Constructors
- Source.fromImage(String source)
-
Creates a new source from an image.
The
source
should be pointing to a valid image file. - Source.fromScene(String source)
-
Creates a new source from a scene.
The
source
should be pointing to a valid scene file. - Source.fromVideo(String source)
-
Creates a new source from a video.
The
source
should be pointing to a valid video file.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the instance to a
Map<String, dynamic>
for JSON encoding. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited