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