$initProps method

  1. @internal
void $initProps(
  1. Map<String, dynamic> mapProps
)
inherited

Implementation

@internal
void $initProps(Map<String, dynamic> mapProps) {
	if (this._mapProps != null) {
		throw "_mapProps is being initialized a second time in ${this}";
	}

	this._mapProps = mapProps;
}