toAssetEntity method
Implementation
AssetEntity toAssetEntity() => AssetEntity(
id: id,
typeInt: typeInt,
width: width,
height: height,
duration: duration,
orientation: orientation,
isFavorite: isFavorite,
title: title,
createDateSecond: createDateSecond,
modifiedDateSecond: modifiedDateSecond,
relativePath: relativePath,
latitude: latitude,
longitude: longitude,
mimeType: mimeType,
subtype: subtype);