menu
at_follows_flutter package
documentation
domain/at_follows_list.dart
AtFollowsList
addAll method
addAll method
dark_mode
light_mode
addAll
method
dynamic
addAll
(
List
<
String
>
value
)
Implementation
addAll(List<String> value) { for (String val in value) { this.add(val); } }
at_follows_flutter package
documentation
domain/at_follows_list
AtFollowsList
addAll method
AtFollowsList class