Verb constructor

Verb({
  1. required String id,
  2. required String display,
})

Implementation

Verb({required this.id, required this.display});