flutter_sound
stack_trace
Stackframe
Stackframe constructor
Stackframe
flutter_sound
stack_trace
Stackframe
Stackframe constructor
Stackframe class
Constructors
Stackframe
Properties
column
details
hashCode
lineNo
runtimeType
sourceFile
Methods
noSuchMethod
toString
Operators
operator ==
Stackframe
constructor
Null safety
Stackframe
(
File
sourceFile
,
int
lineNo
,
int
column
,
String
?
details
)
Implementation
Stackframe(this.sourceFile, this.lineNo, this.column, this.details);