toJson method

dynamic toJson()

Implementation

dynamic toJson() => {
      'unhandledExceptions': unhandledJvmExceptions,
      'crashes': crashes,
      'ooms': ooms,
      'thermalKills': thermalKills,
      'appHangs': appHangs,
      'anrs': anrs
    };