$mapping constant

Map<String, GetTerminalReadersReaderResponse Function(Object?)> const $mapping

Implementation

static const Map<String, GetTerminalReadersReaderResponse Function(Object?)>
    $mapping = {
  'terminal.reader': TerminalReader.fromJson,
  'deleted_terminal.reader': DeletedTerminalReader.fromJson,
};