DebugSymbols constructor

DebugSymbols({
  1. required DebugSymbolsType type,
  2. String? externalURL,
})

Implementation

DebugSymbols({required this.type, this.externalURL});