isGIF property

bool get isGIF

Implementation

bool get isGIF => this?.endsWith('.gif') ?? false;