Base64Codec constructor

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

Implementation

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