hasTags method

  1. @override
bool hasTags()
override

Check if the image has tags (tiff tags).

Implementation

@override
bool hasTags() {
  return _tiffImage != null ? true : false;
}