envs property

  1. @BuiltValueField(wireName: r'envs')
BuiltMap<String, String>? envs

Environment variables for the application workflows, e.g. {"env1":"val1","env2":"val2"}

Implementation

@BuiltValueField(wireName: r'envs')
BuiltMap<String, String>? get envs;