KeyValueRepo constructor

KeyValueRepo(
  1. KeyValueObjectBox repo
)

Implementation

KeyValueRepo(KeyValueObjectBox repo)
    : super(
        externalRepo: repo,
        converter: KeyValueConverter.converter,
      );