video_player
dart:io
ProcessResult
property exitCode
exitCode
class ProcessResult
Constructors
ProcessResult
Properties
exitCode
pid
stderr
stdout
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
int
exitCode
final
Exit code for the process.
See
Process.exitCode
for more information in the exit code value.
property exitCode