menu
googleapis package
documentation
shared.dart
$ScriptError
$ScriptError.new constructor
$ScriptError.new constructor
dark_mode
light_mode
$ScriptError
constructor
$ScriptError
(
{
String
?
column
,
String
?
errorCode
,
String
?
errorMessage
,
String
?
line
,
})
Implementation
$ScriptError({
this
.column,
this
.errorCode,
this
.errorMessage,
this
.line, });
googleapis package
documentation
shared
$ScriptError
$ScriptError.new constructor
$ScriptError class
Constructors
new
fromJson
Properties
column
errorCode
errorMessage
hashCode
line
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==