verbs property

List<String> get verbs

Implementation

List<String> get verbs => _model.verbs.map((v) => v.toString()).toList();