text property

  1. @Deprecated('See Node.textContent')
set text (String s)

Implementation

@Deprecated('See Node.textContent')
set text(String s) => textContent = s;