menu
yjy_tsc_utils package
documentation
tsc_utils.dart
Generator
addFeed method
addFeed method
dark_mode
light_mode
addFeed
method
void
addFeed
(
int
dot
)
Implementation
void addFeed(int dot) { final feed = "FEED $dot$tscFix".codeUnits; _byte += feed; }
yjy_tsc_utils package
documentation
tsc_utils
Generator
addFeed method
Generator class