SceneItemDetail class
- Annotations
-
- @JsonSerializable()
Constructors
- SceneItemDetail({String? inputKind, required bool? isGroup, required String sceneItemBlendMode, required bool sceneItemEnabled, required int sceneItemId, required int sceneItemIndex, required bool sceneItemLocked, required Transform sceneItemTransform, required String sourceName, required String sourceType})
-
SceneItemDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputKind → String?
-
final
- isGroup → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sceneItemBlendMode → String
-
final
- sceneItemEnabled → bool
-
final
- sceneItemId → int
-
final
- sceneItemIndex → int
-
final
- sceneItemLocked → bool
-
final
- sceneItemTransform → Transform
-
final
- sourceName → String
-
final
- sourceType → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited