isValid method

bool isValid()

Returns if this format might be valid.

This returns true as well even if we have yet to fully determine what the format is.

Implementation

bool isValid() => _value > 0;