getBytes method Null safety

Uint8List? getBytes()

Implementation

Uint8List? getBytes() {
  return this.obj?.bin?.dataValue;
}