getWots method

Uint8List? getWots()

Implementation

Uint8List? getWots() => _wots == null ? null : Uint8List.fromList(_wots!);