dryRun property

  1. @JsonKey(includeIfNull: false, name: 'dry-run', fromJson: toBool, toJson: toString)
bool? dryRun
getter/setter pair

Implementation

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