skipCurrentValue method
Skips the current value in the collection.
This is useful when the Decodable implementation is not interested in the current value. It must be called before calling nextKey again if no decoding method is called instead.
Implementation
@override
void skipCurrentValue() {
return _skip();
}