PowerJSON constructor

PowerJSON(
  1. Map<String, Object?> _properties
)

Implementation

PowerJSON(this._properties) {
  _printMapEntryRecursive('', _properties);
}