SceneSection class
A section in a Scene.
- Annotations
-
- @JsonSerializable.new()
Constructors
- SceneSection({String? text, Sound? sound})
- Create an instance.
-
SceneSection.fromJson(Map<
String, dynamic> json) -
Create an instance from a JSON object.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert an instance to JSON.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited