Settings constructor

Settings({
  1. int cacheSizeBytes,
  2. String host,
  3. bool ignoreUndefinedProperties,
  4. bool merge,
  5. bool ssl,
})

Implementation

external factory Settings({
  int cacheSizeBytes,
  String host,
  bool ignoreUndefinedProperties,
  bool merge,
  bool ssl,
});