Base64Data constructor

const Base64Data(
  1. String value
)

From base64 String value

Implementation

const Base64Data(this.value);