saveNotFound property

  1. @JsonKey(includeIfNull: false, name: 'save-not-found', fromJson: toBool, toJson: toString)
bool? saveNotFound
read / write

Implementation

@JsonKey(includeIfNull: false, name: 'save-not-found', fromJson: toBool, toJson: toString) bool? saveNotFound;