menu
contentful_api package
documentation
helpers/contentful_helper.dart
ContentfulHelper
replaceAmp static method
replaceAmp static method
dark_mode
light_mode
replaceAmp
static method
String
replaceAmp
(
String
value
)
Implementation
static String replaceAmp(String value) => value.replaceAll('&', '&');
contentful_api package
documentation
helpers/contentful_helper
ContentfulHelper
replaceAmp static method
ContentfulHelper class