tryGetRx method

Rx<T>? tryGetRx()

Implementation

Rx<T>? tryGetRx() {
	return (this.wasInit() ? this._rx : null);
}