MeteorSharedObject constructor

MeteorSharedObject({
  1. required bool? initialFromCache,
  2. String? sharedUniqueKey,
})

Implementation

MeteorSharedObject({required this.initialFromCache, String? sharedUniqueKey}) {
  _sharedUniqueKey = sharedUniqueKey;
}