saveNotFound property

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

Implementation

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