BloomServerpodRepository<T> constructor
const
BloomServerpodRepository<T> ({})
Creates a BloomServerpodRepository wrapping Serverpod endpoint delegates.
Implementation
const BloomServerpodRepository({
required this.getAllDelegate,
required this.getByIdDelegate,
required this.insertDelegate,
required this.updateDelegate,
required this.deleteDelegate,
});