JournalHttpInterface constructor

const JournalHttpInterface(
  1. {required WorkerKey wKey,
  2. required Client http}
)

Implementation

const JournalHttpInterface({required this.wKey, required this.http});