ShapeSubscription constructor

ShapeSubscription({
  1. required String key,
  2. required Future<void> synced,
})

Implementation

ShapeSubscription({required this.key, required this.synced});