customVariables property
- @JsonKey.new(name: 'custom_variables')
- @CustomVariableConverter()
inherited
Implementation
@JsonKey(name: 'custom_variables')
@CustomVariableConverter()
List<CustomVariable>? get customVariables =>
throw _privateConstructorUsedError;