dots property
int
get
dots
Implementation
int get dots => switch (this) {
PaperWidth.w58mm => 384,
PaperWidth.w80mm => 576,
};
int get dots => switch (this) {
PaperWidth.w58mm => 384,
PaperWidth.w80mm => 576,
};