PemData constructor

const PemData(
  1. String data
)

Creates a new instance of PemData with the given PEM data.

Implementation

const PemData(this.data);