obtainForNewProperties method
Call this method to obtain new path entity.
Implementation
Future<AssetPathEntity> obtainForNewProperties({
bool maxDateTimeToNow = true,
}) {
return AssetPathEntity.obtainPathFromProperties(
id: id,
albumType: albumType,
type: type,
optionGroup: filterOption,
);
}