value property

int get value

Implementation

int get value => switch (this) {
      UnderlineMode.off => 0,
      UnderlineMode.on => 1,
    };