DbStoreDescriptor constructor Null safety

DbStoreDescriptor(
  1. {required String name}
)

Implementation

DbStoreDescriptor({required this.name});