ExtendedAssetEntity<T>.fromFile constructor
ExtendedAssetEntity<T>.fromFile ({})
Implementation
ExtendedAssetEntity.fromFile({
required File file,
super.width = 0,
super.height = 0,
required AssetType assetType,
}) : thumbnailDataAsync = null,
fileAsync = file,
renovated = null,
previewed = null,
isLocalData = false,
super(typeInt: assetType.index, id: file.hashCode.toString());