EnvService class

.env file validation and database connectivity check.

Constructors

EnvService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

validate(String serverDir) Future<Map<String, String>>
Validate .env exists, is complete, and database is reachable. Returns parsed env map on success, exits on failure.