factory SyncEventInit({required String tag, bool? lastChance}) => SyncEventInit._(tag: tag, lastChance: lastChance ?? false);