ResultItem constructor

ResultItem(
  1. String? albumId,
  2. String filePath
)

Implementation

ResultItem(this.albumId, this.filePath);