InvalidJSON constructor

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

Implementation

const InvalidJSON(super.github, [super.message = 'Invalid JSON']);