Part constructor

Part(
  1. String _source
)

Implementation

Part(this._source) {
  _sourceMap = encodedToMap(_source);
}