CommandListingEntry constructor

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

Creates a new command listing entry.

Implementation

CommandListingEntry({required this.name, required this.description});