DebugInfo class
Constructors
- DebugInfo({String? appEntrypointPath, String? appId, String? appInstanceId, String? appOrigin, String? appUrl, String? authUrl, String? dwdsVersion, String? extensionUrl, bool? isInternalBuild, bool? isFlutterApp, String? workspaceName, String? tabUrl, int? tabId})
-
DebugInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- appEntrypointPath → String?
-
final
- appId → String?
-
final
- appInstanceId → String?
-
final
- appOrigin → String?
-
final
- appUrl → String?
-
final
- authUrl → String?
-
final
- dwdsVersion → String?
-
final
- extensionUrl → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFlutterApp → bool?
-
final
- isInternalBuild → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tabId → int?
-
final
- tabUrl → String?
-
final
- workspaceName → 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited