debugSaveBinarySession property
bool?
get
debugSaveBinarySession
Implementation
bool? get debugSaveBinarySession => _debugSaveBinarySession;
set
debugSaveBinarySession
(bool? val)
Implementation
set debugSaveBinarySession(bool? val) {
_debugSaveBinarySession = val;
_set({"debugSaveBinarySession": val});
}