menu
opencv_dart package
documentation
core.dart
VecVecChar
asStringList method
asStringList method
dark_mode
light_mode
asStringList
method
List
<
String
>
asStringList
(
)
Implementation
List<String> asStringList() { return map(String.fromCharCodes).toList(); }
opencv_dart package
documentation
core
VecVecChar
asStringList method
VecVecChar class