resolvePlaceholder method

String? resolvePlaceholder(
  1. String name
)

Resolves the placeholder name using the underlying function.

Implementation

String? resolvePlaceholder(String name) => this(name);