TypedDatabase constructor

const TypedDatabase({
  1. required Set<Type> types,
})

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

Implementation

const TypedDatabase({required this.types});