noInlineDocumentSupport property
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;