menu
ensemble package
documentation
layout/tab_bar.dart
BaseTabBar
getList method
getList method
dark_mode
light_mode
getList
method
List
?
getList
(
Object
obj
)
inherited
Implementation
List? getList(Object obj) { List? l; if (obj is List) { l = obj; } return l; }
ensemble package
documentation
layout/tab_bar
BaseTabBar
getList method
BaseTabBar class