Settings constructor
Settings({})
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,
});