dryRun property
- @JsonKey(includeIfNull: false, name: 'dry-run', fromJson: toBool, toJson: toString)
read / write
Implementation
@JsonKey(includeIfNull: false, name: 'dry-run', fromJson: toBool, toJson: toString) bool? dryRun;
@JsonKey(includeIfNull: false, name: 'dry-run', fromJson: toBool, toJson: toString) bool? dryRun;