WindowAppParams class

Constructors

WindowAppParams({required String kind, Map<String, dynamic>? options, Map<String, dynamic>? attributes})
WindowAppParams.docsViewerApp(String scenePath, List<Scene> scenes, String title)
WindowAppParams.mediaPlayerApp(String src, String title)
WindowAppParams.slideApp(String scenePath, List<Scene> scenes, String title)

Properties

attributes Map<String, dynamic>?
final
hashCode int
The hash code for this object.
no setterinherited
kind String
final
options Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

kindDocsViewer → const String
kindMediaPlayer → const String
kindSlide → const String