SystemApi constructor

SystemApi(
  1. String _sdkId,
  2. Object _dartSdk
)

Implementation

SystemApi(
	this._sdkId,
	this._dartSdk
	);