Envied class Null safety

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

Constructors

Envied({String? path, bool? useConstantNameStyle})
const

Properties

hashCode int
The hash code for this object.
read-only, inherited
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.
read-only, inherited
useConstantNameStyle bool
TODO
final

Methods

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

Operators

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