BytesValue constructor

BytesValue({
  1. Uint8List? value,
})

Implementation

BytesValue({this.value}) : super(fullyQualifiedName);