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