logType property

String logType
final

The type of log to capture while running the callbacks within recordConsoleLogs and recordConsoleLogsAsync.

Must be 'warn', 'error', 'log' or 'all'.

Implementation

final String logType;