td method

dynamic td(
  1. dynamic id
)

Implementation

dynamic td(dynamic id) {
  return wireframe.testData.find(id);
}