RuntimeLastError constructor
RuntimeLastError({
- String? message,
Implementation
RuntimeLastError(
{
/// Details about the error which occurred.
String? message})
: _wrapped = $js.RuntimeLastError(message: message);