variables property

  1. @JsonKey(includeIfNull: false, fromJson: variablesFromJson, toJson: variablesToJson)
List<Variable>? variables
inherited

Implementation

@JsonKey(
    includeIfNull: false,
    fromJson: variablesFromJson,
    toJson: variablesToJson)
List<Variable>? get variables => throw _privateConstructorUsedError;