menu
tiptool package
documentation
tt_db.dart
check function
check function
dark_mode
light_mode
check
function
bool
check
(
dynamic
t
)
Implementation
bool check(dynamic t) { return t is String && 'SEA{' == t.substring(0, 4); }
tiptool package
documentation
tt_db
check function
tt_db library