trim property Null safety

bool? trim

Whether leading / trailing whitespace will be trimmed.

Implementation

external bool? get trim;
void trim=(bool? value)

Whether leading / trailing whitespace should be trimmed.

Implementation

external set trim(bool? value);