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