maxLevel constant - ZLibOption class - dart:io library (original) (raw)

description

int const maxLevel

Maximal value for ZLibCodec.level and ZLibEncoder.level

Implementation

static const int maxLevel = 9;