noInlineDocumentSupport property
- @override
- @JsonKey.new(includeFromJson: false, includeToJson: false)
final
If set to true, indicates that this protocol does not support document
type shapes. A service that uses such a protocol MUST NOT contain any
document shapes in their service closure.
Implementation
@override
@JsonKey(includeFromJson: false, includeToJson: false)
final bool noInlineDocumentSupport;