tryGetInterpolatedText method

  1. @protected
  2. @nonVirtual
String? tryGetInterpolatedText()
inherited

Implementation

@protected
@nonVirtual
String? tryGetInterpolatedText() {
	return this.widget.$tryGetInterpolatedText();
}