SetSessionConfigOptionResponse.fromJson constructor

SetSessionConfigOptionResponse.fromJson(
  1. Map<String, Object?> json
)

Decodes a JSON object, discarding recoverable issues.

Implementation

factory SetSessionConfigOptionResponse.fromJson(Map<String, Object?> json) =>
    decode(json).value;