SecurityError constructor

SecurityError(
  1. String message, [
  2. StackTrace? stackTrace
])

Implementation

SecurityError(super.message, [super.stackTrace]);