InvalidJSON constructor

const InvalidJSON(
  1. GitHub github, [
  2. String? message = 'Invalid JSON'
])

Implementation

const InvalidJSON(GitHub github, [String? message = 'Invalid JSON'])
    : super(github, message);