percentage property

int get percentage

The percentage of the detected language

Implementation

int get percentage => _wrapped.percentage;
set percentage (int v)

Implementation

set percentage(int v) {
  _wrapped.percentage = v;
}