isPresentation property

bool get isPresentation

Implementation

bool get isPresentation =>
    type == FileType.presentation ||
    ['ppt', 'pptx', 'odp', 'key'].contains(extension.toLowerCase());