Map<String, Object?> toJson() => <String, Object?>{ 'name': name, 'path': path, 'isDirectory': isDirectory, if (size != null) 'size': size, };