getData method

String getData ()

Implementation

String getData() {
  return '${tableName[0].replaceAll('_', '').toUpperCase()}${tableName.substring(1).replaceAll('_', '')}'
      '::get()';
}