optional property

bool? optional
final

Allows this field to be optional when the type is nullable.

With this enabled, the generator will not throw an exception if the environment variable is missing and a default value was not set.

Implementation

final bool? optional;