value property

String? value
final

Optional pod name.

If not provided, Jetleaf will infer a name from the method.

Example:

@Pod('customLogger')
Logger createLogger() => Logger('CustomLogger');

Implementation

final String? value;