value property

int get value

Implementation

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