quiet property

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

Implementation

@JsonKey(includeIfNull: false, name: 'quiet', fromJson: toBool, toJson: toString) bool? quiet;