ConfigKeys constructor

const ConfigKeys({
  1. required String description,
})

Implementation

const ConfigKeys({required this.description});