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