buffer property

  1. @JsonKey(name: 'buffer', ignore: true)
Uint8List? buffer
final

The buffer address of the received Metadata.

Implementation

@JsonKey(name: 'buffer', ignore: true)
final Uint8List? buffer;