t property

String t

Implementation

String get t => js_util.getProperty(this, 't');
void t=(String newValue)

Implementation

set t(String newValue) {
  js_util.setProperty(this, 't', newValue);
}