FileLeadStore constructor

const FileLeadStore({
  1. String path = 'content/leads.jsonl',
})

Implementation

const FileLeadStore({this.path = 'content/leads.jsonl'});