Base64Encoder constructor

const Base64Encoder([
  1. bool urlSafe = false,
  2. bool addLineSeparator = false
])

Implementation

const Base64Encoder(
    [bool this.urlSafe = false, bool this.addLineSeparator = false]);