Base64Data.createWithBytes constructor

Base64Data.createWithBytes(
  1. Uint8List bytes
)

Implementation

factory Base64Data.createWithBytes(Uint8List bytes) =>
    Base64Data('', bytes);