menu
zxing_lib package
documentation
client.dart
ResultParser
maybeWrap method
maybeWrap method
dark_mode
light_mode
maybeWrap
method
List
<
String
>
?
maybeWrap
(
String
?
value
)
Implementation
List<String>? maybeWrap(String? value) { return value == null ? null : [value]; }
zxing_lib package
documentation
client
ResultParser
maybeWrap method
ResultParser class