getFormFieldValue abstract method

Future<String?> getFormFieldValue(
  1. String fullyQualifiedName
)

Gets the form field value by specifying its fully qualified name.

Implementation

Future<String?> getFormFieldValue(String fullyQualifiedName);