getValue method
Fetch the MPCategory.value of a MPCategory directly from the collection
Implementation
String? getValue(String key) {
return getById(key)?.value;
}
Fetch the MPCategory.value of a MPCategory directly from the collection
String? getValue(String key) {
return getById(key)?.value;
}