showTime property

bool get showTime

Implementation

bool get showTime {
  var _showTime = listProps?['showTime'] ?? false;
  return _showTime;
}