getPlaceholder static method

String getPlaceholder()

retrieves the placeholder

uses the defaultPlaceholder if no placeholder is set via setUp

Implementation

static String getPlaceholder() => _configPlaceholder ?? defaultPlaceholder;