factory HostVolumeProperties.fromJson(Map<String, dynamic> json) { return HostVolumeProperties( sourcePath: json['sourcePath'] as String?, ); }