shadowed property

  1. @JsonKey(includeIfNull: false, toJson: Serializer.readOnly)
bool shadowed
final

If true the message is shadowed

Implementation

@JsonKey(
  includeIfNull: false,
  toJson: Serializer.readOnly,
)
final bool shadowed;