RepoCommitHandler constructor

const RepoCommitHandler({
  1. RepoCommitOnCreate<LexiconSchemaRecord>? onCreateLexiconSchema,
  2. RepoCommitOnUpdate<LexiconSchemaRecord>? onUpdateLexiconSchema,
  3. RepoCommitOnDelete? onDeleteLexiconSchema,
  4. RepoCommitOnCreate<FeedRepostRecord>? onCreateFeedRepost,
  5. RepoCommitOnUpdate<FeedRepostRecord>? onUpdateFeedRepost,
  6. RepoCommitOnDelete? onDeleteFeedRepost,
  7. RepoCommitOnCreate<FeedThreadgateRecord>? onCreateFeedThreadgate,
  8. RepoCommitOnUpdate<FeedThreadgateRecord>? onUpdateFeedThreadgate,
  9. RepoCommitOnDelete? onDeleteFeedThreadgate,
  10. RepoCommitOnCreate<FeedGeneratorRecord>? onCreateFeedGenerator,
  11. RepoCommitOnUpdate<FeedGeneratorRecord>? onUpdateFeedGenerator,
  12. RepoCommitOnDelete? onDeleteFeedGenerator,
  13. RepoCommitOnCreate<FeedPostgateRecord>? onCreateFeedPostgate,
  14. RepoCommitOnUpdate<FeedPostgateRecord>? onUpdateFeedPostgate,
  15. RepoCommitOnDelete? onDeleteFeedPostgate,
  16. RepoCommitOnCreate<FeedPostRecord>? onCreateFeedPost,
  17. RepoCommitOnUpdate<FeedPostRecord>? onUpdateFeedPost,
  18. RepoCommitOnDelete? onDeleteFeedPost,
  19. RepoCommitOnCreate<FeedLikeRecord>? onCreateFeedLike,
  20. RepoCommitOnUpdate<FeedLikeRecord>? onUpdateFeedLike,
  21. RepoCommitOnDelete? onDeleteFeedLike,
  22. RepoCommitOnCreate<ActorProfileRecord>? onCreateActorProfile,
  23. RepoCommitOnUpdate<ActorProfileRecord>? onUpdateActorProfile,
  24. RepoCommitOnDelete? onDeleteActorProfile,
  25. RepoCommitOnCreate<ActorStatusRecord>? onCreateActorStatus,
  26. RepoCommitOnUpdate<ActorStatusRecord>? onUpdateActorStatus,
  27. RepoCommitOnDelete? onDeleteActorStatus,
  28. RepoCommitOnCreate<GraphStarterpackRecord>? onCreateGraphStarterpack,
  29. RepoCommitOnUpdate<GraphStarterpackRecord>? onUpdateGraphStarterpack,
  30. RepoCommitOnDelete? onDeleteGraphStarterpack,
  31. RepoCommitOnCreate<GraphBlockRecord>? onCreateGraphBlock,
  32. RepoCommitOnUpdate<GraphBlockRecord>? onUpdateGraphBlock,
  33. RepoCommitOnDelete? onDeleteGraphBlock,
  34. RepoCommitOnCreate<GraphListblockRecord>? onCreateGraphListblock,
  35. RepoCommitOnUpdate<GraphListblockRecord>? onUpdateGraphListblock,
  36. RepoCommitOnDelete? onDeleteGraphListblock,
  37. RepoCommitOnCreate<GraphFollowRecord>? onCreateGraphFollow,
  38. RepoCommitOnUpdate<GraphFollowRecord>? onUpdateGraphFollow,
  39. RepoCommitOnDelete? onDeleteGraphFollow,
  40. RepoCommitOnCreate<GraphListRecord>? onCreateGraphList,
  41. RepoCommitOnUpdate<GraphListRecord>? onUpdateGraphList,
  42. RepoCommitOnDelete? onDeleteGraphList,
  43. RepoCommitOnCreate<GraphListitemRecord>? onCreateGraphListitem,
  44. RepoCommitOnUpdate<GraphListitemRecord>? onUpdateGraphListitem,
  45. RepoCommitOnDelete? onDeleteGraphListitem,
  46. RepoCommitOnCreate<GraphVerificationRecord>? onCreateGraphVerification,
  47. RepoCommitOnUpdate<GraphVerificationRecord>? onUpdateGraphVerification,
  48. RepoCommitOnDelete? onDeleteGraphVerification,
  49. RepoCommitOnCreate<LabelerServiceRecord>? onCreateLabelerService,
  50. RepoCommitOnUpdate<LabelerServiceRecord>? onUpdateLabelerService,
  51. RepoCommitOnDelete? onDeleteLabelerService,
  52. RepoCommitOnCreate<NotificationDeclarationRecord>? onCreateNotificationDeclaration,
  53. RepoCommitOnUpdate<NotificationDeclarationRecord>? onUpdateNotificationDeclaration,
  54. RepoCommitOnDelete? onDeleteNotificationDeclaration,
  55. RepoCommitOnCreate<ActorDeclarationRecord>? onCreateActorDeclaration,
  56. RepoCommitOnUpdate<ActorDeclarationRecord>? onUpdateActorDeclaration,
  57. RepoCommitOnDelete? onDeleteActorDeclaration,
  58. RepoCommitOnCreate<Map<String, dynamic>>? onCreateUnknown,
  59. RepoCommitOnUpdate<Map<String, dynamic>>? onUpdateUnknown,
  60. RepoCommitOnDelete? onDeleteUnknown,
})

Implementation

const RepoCommitHandler({
  final RepoCommitOnCreate<LexiconSchemaRecord>? onCreateLexiconSchema,
  final RepoCommitOnUpdate<LexiconSchemaRecord>? onUpdateLexiconSchema,
  final RepoCommitOnDelete? onDeleteLexiconSchema,
  final RepoCommitOnCreate<FeedRepostRecord>? onCreateFeedRepost,
  final RepoCommitOnUpdate<FeedRepostRecord>? onUpdateFeedRepost,
  final RepoCommitOnDelete? onDeleteFeedRepost,
  final RepoCommitOnCreate<FeedThreadgateRecord>? onCreateFeedThreadgate,
  final RepoCommitOnUpdate<FeedThreadgateRecord>? onUpdateFeedThreadgate,
  final RepoCommitOnDelete? onDeleteFeedThreadgate,
  final RepoCommitOnCreate<FeedGeneratorRecord>? onCreateFeedGenerator,
  final RepoCommitOnUpdate<FeedGeneratorRecord>? onUpdateFeedGenerator,
  final RepoCommitOnDelete? onDeleteFeedGenerator,
  final RepoCommitOnCreate<FeedPostgateRecord>? onCreateFeedPostgate,
  final RepoCommitOnUpdate<FeedPostgateRecord>? onUpdateFeedPostgate,
  final RepoCommitOnDelete? onDeleteFeedPostgate,
  final RepoCommitOnCreate<FeedPostRecord>? onCreateFeedPost,
  final RepoCommitOnUpdate<FeedPostRecord>? onUpdateFeedPost,
  final RepoCommitOnDelete? onDeleteFeedPost,
  final RepoCommitOnCreate<FeedLikeRecord>? onCreateFeedLike,
  final RepoCommitOnUpdate<FeedLikeRecord>? onUpdateFeedLike,
  final RepoCommitOnDelete? onDeleteFeedLike,
  final RepoCommitOnCreate<ActorProfileRecord>? onCreateActorProfile,
  final RepoCommitOnUpdate<ActorProfileRecord>? onUpdateActorProfile,
  final RepoCommitOnDelete? onDeleteActorProfile,
  final RepoCommitOnCreate<ActorStatusRecord>? onCreateActorStatus,
  final RepoCommitOnUpdate<ActorStatusRecord>? onUpdateActorStatus,
  final RepoCommitOnDelete? onDeleteActorStatus,
  final RepoCommitOnCreate<GraphStarterpackRecord>? onCreateGraphStarterpack,
  final RepoCommitOnUpdate<GraphStarterpackRecord>? onUpdateGraphStarterpack,
  final RepoCommitOnDelete? onDeleteGraphStarterpack,
  final RepoCommitOnCreate<GraphBlockRecord>? onCreateGraphBlock,
  final RepoCommitOnUpdate<GraphBlockRecord>? onUpdateGraphBlock,
  final RepoCommitOnDelete? onDeleteGraphBlock,
  final RepoCommitOnCreate<GraphListblockRecord>? onCreateGraphListblock,
  final RepoCommitOnUpdate<GraphListblockRecord>? onUpdateGraphListblock,
  final RepoCommitOnDelete? onDeleteGraphListblock,
  final RepoCommitOnCreate<GraphFollowRecord>? onCreateGraphFollow,
  final RepoCommitOnUpdate<GraphFollowRecord>? onUpdateGraphFollow,
  final RepoCommitOnDelete? onDeleteGraphFollow,
  final RepoCommitOnCreate<GraphListRecord>? onCreateGraphList,
  final RepoCommitOnUpdate<GraphListRecord>? onUpdateGraphList,
  final RepoCommitOnDelete? onDeleteGraphList,
  final RepoCommitOnCreate<GraphListitemRecord>? onCreateGraphListitem,
  final RepoCommitOnUpdate<GraphListitemRecord>? onUpdateGraphListitem,
  final RepoCommitOnDelete? onDeleteGraphListitem,
  final RepoCommitOnCreate<GraphVerificationRecord>?
  onCreateGraphVerification,
  final RepoCommitOnUpdate<GraphVerificationRecord>?
  onUpdateGraphVerification,
  final RepoCommitOnDelete? onDeleteGraphVerification,
  final RepoCommitOnCreate<LabelerServiceRecord>? onCreateLabelerService,
  final RepoCommitOnUpdate<LabelerServiceRecord>? onUpdateLabelerService,
  final RepoCommitOnDelete? onDeleteLabelerService,
  final RepoCommitOnCreate<NotificationDeclarationRecord>?
  onCreateNotificationDeclaration,
  final RepoCommitOnUpdate<NotificationDeclarationRecord>?
  onUpdateNotificationDeclaration,
  final RepoCommitOnDelete? onDeleteNotificationDeclaration,
  final RepoCommitOnCreate<ActorDeclarationRecord>? onCreateActorDeclaration,
  final RepoCommitOnUpdate<ActorDeclarationRecord>? onUpdateActorDeclaration,
  final RepoCommitOnDelete? onDeleteActorDeclaration,

  final RepoCommitOnCreate<Map<String, dynamic>>? onCreateUnknown,
  final RepoCommitOnUpdate<Map<String, dynamic>>? onUpdateUnknown,
  final RepoCommitOnDelete? onDeleteUnknown,
}) : _onCreateLexiconSchema = onCreateLexiconSchema,
     _onUpdateLexiconSchema = onUpdateLexiconSchema,
     _onDeleteLexiconSchema = onDeleteLexiconSchema,
     _onCreateFeedRepost = onCreateFeedRepost,
     _onUpdateFeedRepost = onUpdateFeedRepost,
     _onDeleteFeedRepost = onDeleteFeedRepost,
     _onCreateFeedThreadgate = onCreateFeedThreadgate,
     _onUpdateFeedThreadgate = onUpdateFeedThreadgate,
     _onDeleteFeedThreadgate = onDeleteFeedThreadgate,
     _onCreateFeedGenerator = onCreateFeedGenerator,
     _onUpdateFeedGenerator = onUpdateFeedGenerator,
     _onDeleteFeedGenerator = onDeleteFeedGenerator,
     _onCreateFeedPostgate = onCreateFeedPostgate,
     _onUpdateFeedPostgate = onUpdateFeedPostgate,
     _onDeleteFeedPostgate = onDeleteFeedPostgate,
     _onCreateFeedPost = onCreateFeedPost,
     _onUpdateFeedPost = onUpdateFeedPost,
     _onDeleteFeedPost = onDeleteFeedPost,
     _onCreateFeedLike = onCreateFeedLike,
     _onUpdateFeedLike = onUpdateFeedLike,
     _onDeleteFeedLike = onDeleteFeedLike,
     _onCreateActorProfile = onCreateActorProfile,
     _onUpdateActorProfile = onUpdateActorProfile,
     _onDeleteActorProfile = onDeleteActorProfile,
     _onCreateActorStatus = onCreateActorStatus,
     _onUpdateActorStatus = onUpdateActorStatus,
     _onDeleteActorStatus = onDeleteActorStatus,
     _onCreateGraphStarterpack = onCreateGraphStarterpack,
     _onUpdateGraphStarterpack = onUpdateGraphStarterpack,
     _onDeleteGraphStarterpack = onDeleteGraphStarterpack,
     _onCreateGraphBlock = onCreateGraphBlock,
     _onUpdateGraphBlock = onUpdateGraphBlock,
     _onDeleteGraphBlock = onDeleteGraphBlock,
     _onCreateGraphListblock = onCreateGraphListblock,
     _onUpdateGraphListblock = onUpdateGraphListblock,
     _onDeleteGraphListblock = onDeleteGraphListblock,
     _onCreateGraphFollow = onCreateGraphFollow,
     _onUpdateGraphFollow = onUpdateGraphFollow,
     _onDeleteGraphFollow = onDeleteGraphFollow,
     _onCreateGraphList = onCreateGraphList,
     _onUpdateGraphList = onUpdateGraphList,
     _onDeleteGraphList = onDeleteGraphList,
     _onCreateGraphListitem = onCreateGraphListitem,
     _onUpdateGraphListitem = onUpdateGraphListitem,
     _onDeleteGraphListitem = onDeleteGraphListitem,
     _onCreateGraphVerification = onCreateGraphVerification,
     _onUpdateGraphVerification = onUpdateGraphVerification,
     _onDeleteGraphVerification = onDeleteGraphVerification,
     _onCreateLabelerService = onCreateLabelerService,
     _onUpdateLabelerService = onUpdateLabelerService,
     _onDeleteLabelerService = onDeleteLabelerService,
     _onCreateNotificationDeclaration = onCreateNotificationDeclaration,
     _onUpdateNotificationDeclaration = onUpdateNotificationDeclaration,
     _onDeleteNotificationDeclaration = onDeleteNotificationDeclaration,
     _onCreateActorDeclaration = onCreateActorDeclaration,
     _onUpdateActorDeclaration = onUpdateActorDeclaration,
     _onDeleteActorDeclaration = onDeleteActorDeclaration,

     _onCreateUnknown = onCreateUnknown,
     _onUpdateUnknown = onUpdateUnknown,
     _onDeleteUnknown = onDeleteUnknown;