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