Dart
dart:io
ProcessSignal
toString method
toString
Dart
dart:io
ProcessSignal
toString method
ProcessSignal class
Properties
hashCode
runtimeType
Methods
toString
watch
noSuchMethod
Operators
operator ==
Constants
SIGABRT
sigabrt
SIGALRM
sigalrm
SIGBUS
sigbus
SIGCHLD
sigchld
SIGCONT
sigcont
SIGFPE
sigfpe
SIGHUP
sighup
SIGILL
sigill
SIGINT
sigint
SIGKILL
sigkill
SIGPIPE
sigpipe
SIGPOLL
sigpoll
SIGPROF
sigprof
SIGQUIT
sigquit
SIGSEGV
sigsegv
SIGSTOP
sigstop
SIGSYS
sigsys
SIGTERM
sigterm
SIGTRAP
sigtrap
SIGTSTP
sigtstp
SIGTTIN
sigttin
SIGTTOU
sigttou
SIGURG
sigurg
SIGUSR1
sigusr1
SIGUSR2
sigusr2
SIGVTALRM
sigvtalrm
SIGWINCH
sigwinch
SIGXCPU
sigxcpu
SIGXFSZ
sigxfsz
description
toString
method
String
toString
(
)
override
Returns a string representation of this object.
Implementation
String toString() => _name;