RegistryType constructor

const RegistryType({
  1. required String kind,
})

Implementation

const RegistryType({required this.kind});