RuntimeError constructor
      
      RuntimeError([ 
    
    
- String? message
Implementation
factory RuntimeError([_i2.String? message]) => _i5.callConstructor(
      _declaredRuntimeError,
      [message ?? _i6.undefined],
    );