TypedDocument constructor

const TypedDocument({
  1. TypeMatcher? typeMatcher = const ValueTypeMatcher(),
})

Creates an annotation for a class that is a typed document.

Implementation

const TypedDocument({
  this.typeMatcher = const ValueTypeMatcher(),
});