albumType property

LocalAlbumType albumType

Implementation

LocalAlbumType get albumType => LocalAlbumType.fromInt(
    transferType != null ? transferType! : albumTransferType);