$SdfConfig constructor

$SdfConfig({
  1. String? adminEmail,
  2. String? version,
})

Implementation

$SdfConfig({this.adminEmail, this.version});