Creates a FilePath from JSON.
factory FilePath.fromJson(Map<String, dynamic> json) { return FilePath(fileId: json['file_id'] as String); }