toGalleryAsset property

GalleryAsset get toGalleryAsset

Implementation

GalleryAsset get toGalleryAsset => GalleryAsset(
      id: id,
      width: width,
      height: height,
      typeInt: typeInt,
      duration: duration,
      orientation: orientation,
      isFavorite: isFavorite,
      title: title,
      createDateSecond: createDateSecond,
      modifiedDateSecond: modifiedDateSecond,
      relativePath: relativePath,
      latitude: latitude,
      longitude: longitude,
      mimeType: mimeType,
    );