DebugSymbols constructor
DebugSymbols({
- required DebugSymbolsType type,
- String? externalURL,
Implementation
DebugSymbols({required this.type, this.externalURL});