menu
zxing2 package
documentation
qrcode.dart
EncodeHints
get<T> method
get<T> method
dark_mode
light_mode
get<
T
>
method
T?
get
<
T
>(
EncodeHintType
<
T
>
type
)
Implementation
T? get<T>(EncodeHintType<T> type) { return _hints[type] as T?; }
zxing2 package
documentation
qrcode
EncodeHints
get<T> method
EncodeHints class