trim property
bool?
get
trim
Whether leading / trailing whitespace will be trimmed.
Implementation
external bool? get trim;
set
trim
(bool? value)
Whether leading / trailing whitespace should be trimmed.
Implementation
external set trim(bool? value);