CommandGroup constructor Null safety

const CommandGroup(
  1. {required String name,
  2. required String description}
)

Implementation

const CommandGroup ({ required this.name, required this.description });