Envify class

An annotation used to specify the class to generate code for.

Constructors

Envify({String? name, String path = '.env'})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The value to use as name for the generated class, with an underscore _ prefixed.
final
path String
The file path relative to the project base path, which will be used to get environment variables from.
final
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