Flutter
vm_service
UnresolvedSourceLocation
UnresolvedSourceLocation constructor
UnresolvedSourceLocation
UnresolvedSourceLocation
constructor
Null safety
UnresolvedSourceLocation
(
{
ScriptRef
?
script
,
String
?
scriptUri
,
int
?
tokenPos
,
int
?
line
,
int
?
column
}
)
Implementation
UnresolvedSourceLocation({ this.script, this.scriptUri, this.tokenPos, this.line, this.column, });
Flutter
vm_service
UnresolvedSourceLocation
UnresolvedSourceLocation constructor
UnresolvedSourceLocation class
Constructors
UnresolvedSourceLocation
Properties
column
hashCode
json
line
runtimeType
script
scriptUri
tokenPos
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
parse