DebugInfoBuilder class

Constructors

DebugInfoBuilder()

Properties

appEntrypointPath String?
getter/setter pair
appId String?
getter/setter pair
appInstanceId String?
getter/setter pair
appOrigin String?
getter/setter pair
appUrl String?
getter/setter pair
authUrl String?
getter/setter pair
dwdsVersion String?
getter/setter pair
extensionUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isFlutterApp bool?
getter/setter pair
isInternalBuild bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int?
getter/setter pair
tabUrl String?
getter/setter pair
workspaceName String?
getter/setter pair

Methods

build() DebugInfo
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(DebugInfo other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(DebugInfoBuilder)?) → void
Applies updates.
override

Operators

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