ignoreSize property
Specifies whether to ignore the size constraints and return all image sizes.
If set to true, all image sizes will be returned, regardless of size constraints. Otherwise, images must meet the specified size requirements.
Implementation
final bool ignoreSize;