GhostContentAPI constructor

GhostContentAPI({
  1. required String url,
  2. required String key,
  3. String version = 'v2',
})

Implementation

GhostContentAPI({required this.url, required this.key, this.version = 'v2'});