getPlaceholder static method
retrieves the placeholder
uses the defaultPlaceholder if no placeholder is set via setUp
Implementation
static String getPlaceholder() => _configPlaceholder ?? defaultPlaceholder;
retrieves the placeholder
uses the defaultPlaceholder if no placeholder is set via setUp
static String getPlaceholder() => _configPlaceholder ?? defaultPlaceholder;