value property
int
get
value
Implementation
int get value => switch (this) {
FontType.fontA => 0,
FontType.fontB => 1,
};
int get value => switch (this) {
FontType.fontA => 0,
FontType.fontB => 1,
};