flutter_sound
stack_trace
StackTraceImpl
lineNo property
lineNo
flutter_sound
stack_trace
StackTraceImpl
lineNo property
StackTraceImpl class
Constructors
StackTraceImpl
fromStackTrace
Properties
frames
hashCode
lineNo
runtimeType
sourceFile
sourceFilename
sourcePath
Methods
formatStackTrace
merge
noSuchMethod
toString
Operators
operator ==
lineNo
property
Null safety
int
lineNo
Returns the filename for the current stackframe
Implementation
int get lineNo { return frames![0].lineNo; }