ConfigDoc.fromJson constructor

ConfigDoc.fromJson(
  1. RawMap _rawData
)

Implementation

ConfigDoc.fromJson(this._rawData) {
  _inUse = this;
}