$deprecated property

  1. @JsonKey.new(name: 'deprecated')
bool? get $deprecated
inherited

Declares this schema as deprecated.

Implementation

num? get multipleOf;/// Declares this schema as deprecated.
@JsonKey(name: 'deprecated') bool? get $deprecated;