DogsAdapter<TAnnotation> constructor

DogsAdapter<TAnnotation>({
  1. required String archetype,
})

Implementation

DogsAdapter({required super.archetype})
    : super(descriptorExtension: 'dogs', annotation: TAnnotation);