textOf method

String textOf(
  1. String name
)

Implementation

String textOf(String name) {
  return _nameControllerMap[name]?.text ?? "";
}