HookBlockingError constructor

const HookBlockingError({
  1. required String message,
  2. String? toolName,
})

Implementation

const HookBlockingError({required this.message, this.toolName});