GetAsString method

String GetAsString()
override

Implementation

String GetAsString()
{

  return '${GetData() ?? ''}';

}