getVal method

String? getVal()

Implementation

String? getVal() {
  return text;
}