Base64Value constructor

Base64Value(
  1. List<int>? _bytes
)

Implementation

Base64Value(this._bytes);