isSameItemData property
Function to check if item on Data is same as Data from fetch
Implementation
late bool Function(DyItemData<T>, T)? isSameItemData;
Function to check if item on Data is same as Data from fetch
late bool Function(DyItemData<T>, T)? isSameItemData;