StateDoc.fromJson constructor

StateDoc.fromJson(
  1. RawMap _rawData
)

Implementation

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