PathKey constructor
PathKey(
- String key, {
- Subscription<
ParseObject> ? subscription,
Implementation
PathKey(this.key, {this.subscription});
PathKey(this.key, {this.subscription});