noInlineDocumentSupport property

  1. @override
  2. @JsonKey(includeFromJson: false, includeToJson: false)
bool noInlineDocumentSupport
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;