SaveReactiveProvider<T>.identifiedBy constructor
SaveReactiveProvider<T>.identifiedBy (})
DO NOT USE THIS BY YOURSELF To customize the generation of SaveRepositoryKey.
Implementation
SaveReactiveProvider.identifiedBy(
this.build, {
required this.identification,
this.autoDispose = true,
this.onDispose,
});