SetSessionConfigOptionResponse.fromMap constructor

SetSessionConfigOptionResponse.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory SetSessionConfigOptionResponse.fromMap(Map<Object?, Object?> value) =>
    _setSessionConfigOptionResponseCodec.decode(value);