Settings constructor

Settings({
  1. String? projectId,
  2. String? databaseId,
  3. String? host,
  4. int? port,
  5. String? keyFilename,
  6. JSObject? credentials,
  7. bool? ssl,
  8. int? maxIdleChannels,
  9. bool? useBigInt,
  10. bool? ignoreUndefinedProperties,
  11. bool? preferRest,
})

Constructor

Implementation

external factory Settings({
  String? projectId,
  String? databaseId,
  String? host,
  int? port,
  String? keyFilename,
  JSObject? credentials,
  bool? ssl,
  int? maxIdleChannels,
  bool? useBigInt,
  bool? ignoreUndefinedProperties,
  bool? preferRest,
});