ExecutionLaunchData class

Constructors

ExecutionLaunchData(String file, {String? kind, List<String>? referencedFiles})

Properties

file String
The file for which launch data is being provided. This will either be a Dart library or an HTML file.
final
hashCode int
The hash code for this object.
no setterinherited
kind String?
The kind of the executable file. This field is omitted if the file is not a Dart file.
final
referencedFiles List<String>?
A list of the Dart files that are referenced by the file. This field is omitted if the file is not an HTML file.
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

parse(Map m) ExecutionLaunchData