setSavePath method

void setSavePath(
  1. String? path
)

Implementation

void setSavePath(String? path) {
  this._savePath = path ??= "";
}