hashCheckOnly property
- @JsonKey.new(includeIfNull: false, name: 'hash-check-only', fromJson: toBool, toJson: toString)
getter/setter pair
Implementation
@JsonKey(includeIfNull: false, name: 'hash-check-only', fromJson: toBool, toJson: toString) bool? hashCheckOnly;