getContentFromAllById method
Implementation
CustomerPlaceContent? getContentFromAllById(String uuid) {
return all.firstWhereOrNull((content) => (content.uuid == uuid));
}
CustomerPlaceContent? getContentFromAllById(String uuid) {
return all.firstWhereOrNull((content) => (content.uuid == uuid));
}