resolvedLocalPath property

String? get resolvedLocalPath

Implementation

String? get resolvedLocalPath {
  final path = localPath.trim();
  return path.isEmpty ? null : path;
}