menu
cramr_ui_lib package
documentation
repo/verb_repository.dart
VerbRepository<T extends Verb>
verbs property
verbs property
dark_mode
light_mode
verbs
property
HashMap
<
String
,
Verb
>
get
verbs
Implementation
HashMap<String, Verb> get verbs => _verbs;
cramr_ui_lib package
documentation
repo/verb_repository
VerbRepository<T extends Verb>
verbs property
VerbRepository class