Envied constructor Null safety
Implementation
const Envied({String? path, bool? useConstantNameStyle})
: path = path ?? '.env',
useConstantNameStyle = useConstantNameStyle ?? true;
const Envied({String? path, bool? useConstantNameStyle})
: path = path ?? '.env',
useConstantNameStyle = useConstantNameStyle ?? true;