MongoConfig class

Constructors

MongoConfig({String? host, List<String>? hosts, String? replica, required String database, String? user, String? password, bool secure = false})

Properties

database String
final
hashCode int
The hash code for this object.
no setterinherited
host String?
final
hosts List<String>?
final
password String?
final
replica String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secure bool
final
user String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited