verbs property

List<String> verbs

Implementation

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