Bgg constructor

Bgg({
  1. BggHttp? http,
})

Implementation

Bgg({BggHttp? http}) : _http = http ?? BggHttp();