factory SmbMountOptions.fromJson(Map<String, dynamic> json) { return SmbMountOptions( version: (json['Version'] as String?)?.toSmbVersion(), ); }