PathKey constructor

PathKey(
  1. String key,
  2. {Subscription<ParseObject>? subscription}
)

Implementation

PathKey(this.key, {this.subscription});