storageLocation property

String? get storageLocation
override

Implementation

String? get storageLocation => _$this._storageLocation;
set storageLocation (covariant String? storageLocation)
covariantoverride

Implementation

set storageLocation(covariant String? storageLocation) => _$this._storageLocation = storageLocation;