video_player
dart:io
ProcessException
const constructor ProcessException
ProcessException
class ProcessException
Constructors
ProcessException
Properties
arguments
errorCode
executable
message
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
const
ProcessException
(
String
executable
,
List
<
String
>
arguments
, [
String
message
=
""
,
int
errorCode
=
0
])
Source
const ProcessException(this.executable, this.arguments, [this.message = "", this.errorCode = 0]);
constructor ProcessException