CodeInjectionException constructor
CodeInjectionException(
- String message, [
- dynamic details
Implementation
CodeInjectionException(super.message, [super.details]);
CodeInjectionException(super.message, [super.details]);